Changes in uspace/lib/posix/src/stdlib/strtold.c [7d7bc09:1433ecda] in mainline
- File:
-
- 1 edited
-
uspace/lib/posix/src/stdlib/strtold.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/stdlib/strtold.c
r7d7bc09 r1433ecda 52 52 #ifndef HUGE_VALL 53 53 #define HUGE_VALL (+1.0l / +0.0l) 54 #endif 55 56 #ifndef abs 57 #define abs(x) (((x) < 0) ? -(x) : (x)) 54 58 #endif 55 59
Note:
See TracChangeset
for help on using the changeset viewer.
