add libc_stdio.h

This commit is contained in:
mysterywolf
2020-09-05 16:21:00 +08:00
parent 74ab1551fd
commit 6fa049ee3d
3 changed files with 23 additions and 2 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
* 2020-09-05 Meco Manthe first version
*/
#ifndef __LIBC_LIMITS_H__
#define __LIBC_LIMITS_H__
#ifndef LIBC_LIMITS_H__
#define LIBC_LIMITS_H__
#include <limits.h>