Changeset 9d8307a in mainline for uspace/lib/posix/include


Ignore:
Timestamp:
2018-07-19T11:55:19Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Reimplement strtold function in libc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/include/posix/stdlib.h

    r42f5860 r9d8307a  
    5252extern float strtof(const char *__restrict__ nptr, char **__restrict__ endptr);
    5353extern double strtod(const char *__restrict__ nptr, char **__restrict__ endptr);
    54 extern long double strtold(const char *__restrict__ nptr, char **__restrict__ endptr);
    5554
    5655/* Temporary Files */
Note: See TracChangeset for help on using the changeset viewer.