Changeset 9d8307a in mainline for uspace/lib/posix/include
- Timestamp:
- 2018-07-19T11:55:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d83cf6f
- Parents:
- 42f5860
- git-author:
- Jiri Svoboda <jiri@…> (2018-07-18 17:54:45)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-07-19 11:55:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/stdlib.h
r42f5860 r9d8307a 52 52 extern float strtof(const char *__restrict__ nptr, char **__restrict__ endptr); 53 53 extern double strtod(const char *__restrict__ nptr, char **__restrict__ endptr); 54 extern long double strtold(const char *__restrict__ nptr, char **__restrict__ endptr);55 54 56 55 /* Temporary Files */
Note:
See TracChangeset
for help on using the changeset viewer.