strtod 55 uspace/lib/posix/include/posix/stdlib.h extern double strtod(const char *__restrict__ nptr, char **__restrict__ endptr); strtod 127 uspace/lib/posix/src/stdlib.c return strtod(nptr, NULL);