modify file names and create directories
This commit is contained in:
7
lib/include/limits.h
Normal file
7
lib/include/limits.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __HEADER_LIMITS
|
||||
#define __HEADER_LIMITS
|
||||
|
||||
#define INT_MAX 0x7fffffff
|
||||
#define INT_MIN -0x80000000
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user