Changeset 0eadd171 in mainline for uspace/lib/libc/arch/ia32/include/limits.h
- Timestamp:
- 2010-02-10T23:22:06Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2ae2fc
- Parents:
- 9647c86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia32/include/limits.h
r9647c86 r0eadd171 36 36 #define LIBC_ia32__LIMITS_H_ 37 37 38 # define LONG_MIN MIN_INT32 39 # define LONG_MAX MAX_INT32 40 # define ULONG_MIN MIN_UINT32 41 # define ULONG_MAX MAX_UINT32 38 #define LONG_MIN MIN_INT32 39 #define LONG_MAX MAX_INT32 40 #define ULONG_MIN MIN_UINT32 41 #define ULONG_MAX MAX_UINT32 42 43 #define SIZE_MIN MIN_UINT32 44 #define SIZE_MAX MAX_UINT32 45 #define SSIZE_MIN MIN_INT32 46 #define SSIZE_MAX MAX_INT32 42 47 43 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.