Changes in uspace/lib/posix/source/stdlib/strtol.c [fdf97f6:d6c98451] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdlib/strtol.c
rfdf97f6 rd6c98451 43 43 #include "posix/inttypes.h" 44 44 #include "posix/limits.h" 45 46 #define intmax_t posix_intmax_t47 #define uintmax_t posix_uintmax_t48 45 49 46 /**
Note:
See TracChangeset
for help on using the changeset viewer.