初版适配和修改
This commit is contained in:
8
GCC_COMPAT/include/stdlib.h
Normal file
8
GCC_COMPAT/include/stdlib.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef GCC_COMPAT_STDLIB_H
|
||||
#define GCC_COMPAT_STDLIB_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
int abs(int value);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user