Changeset 7d7bc09 in mainline for uspace/lib/posix/src/stdlib/strtold.c
- Timestamp:
- 2018-06-20T18:58:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 777832e
- Parents:
- 3bd1d7d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/stdlib/strtold.c
r3bd1d7d4 r7d7bc09 52 52 #ifndef HUGE_VALL 53 53 #define HUGE_VALL (+1.0l / +0.0l) 54 #endif55 56 #ifndef abs57 #define abs(x) (((x) < 0) ? -(x) : (x))58 54 #endif 59 55
Note:
See TracChangeset
for help on using the changeset viewer.