Changeset 09b0b1fb in mainline for uspace/lib/posix/stdlib.h
- Timestamp:
- 2011-06-09T16:06:07Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9536e6e
- Parents:
- ceebf0a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdlib.h
rceebf0a r09b0b1fb 65 65 extern long double posix_strtold(const char *restrict nptr, char **restrict endptr); 66 66 67 /* decimal to native integer conversion */ 68 extern int posix_atoi(const char *str); 69 67 70 #ifndef LIBPOSIX_INTERNAL 68 71 #define qsort posix_qsort … … 73 76 #define strtod posix_strtod 74 77 #define strtold posix_strtold 78 79 #define atoi posix_atoi 75 80 #endif 76 81
Note:
See TracChangeset
for help on using the changeset viewer.