Changeset 9912f49 in mainline for uspace/lib/c/include
- Timestamp:
- 2018-07-13T13:49:12Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f97ef44
- Parents:
- 99d3123
- git-author:
- Jiri Svoboda <jiri@…> (2018-07-12 21:45:51)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-07-13 13:49:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inttypes.h
r99d3123 r9912f49 43 43 44 44 #ifndef __HELENOS_DISABLE_INTMAX__ 45 intmax_t imaxabs(intmax_t); 46 imaxdiv_t imaxdiv(intmax_t, intmax_t); 45 47 intmax_t strtoimax(const char *__restrict__ nptr, 46 48 char **__restrict__ endptr, int base);
Note:
See TracChangeset
for help on using the changeset viewer.