Changeset d6c98451 in mainline for uspace/lib/posix/source/stdlib/strtol.c
- Timestamp:
- 2015-09-20T11:12:33Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fbf4dc1
- Parents:
- 8a45707d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdlib/strtol.c
r8a45707d 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.