Changes in uspace/lib/posix/source/stdlib/strtold.c [a3da2b2:fdf97f6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdlib/strtold.c
ra3da2b2 rfdf97f6 34 34 35 35 #define LIBPOSIX_INTERNAL 36 37 /* Must be first. */ 38 #include "posix/stdbool.h" 36 #define __POSIX_DEF__(x) posix_##x 39 37 40 38 #include "../internal/common.h" 39 #include "libc/stdbool.h" 41 40 #include "posix/stdlib.h" 42 41
Note:
See TracChangeset
for help on using the changeset viewer.