Changeset d948095 in mainline for uspace/lib/posix/source/stdlib
- Timestamp:
- 2012-10-05T08:04:52Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b60faf7
- Parents:
- be1dcc26 (diff), 32b3a12 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/lib/posix/source/stdlib
- Files:
-
- 2 moved
-
strtol.c (moved) (moved from uspace/lib/posix/stdlib/strtol.c ) (1 diff)
-
strtold.c (moved) (moved from uspace/lib/posix/stdlib/strtold.c ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdlib/strtol.c
rbe1dcc26 rd948095 36 36 37 37 #include "../internal/common.h" 38 #include " ../stdlib.h"39 40 #include " ../ctype.h"41 #include " ../errno.h"42 #include " ../inttypes.h"43 #include " ../limits.h"38 #include "posix/stdlib.h" 39 40 #include "posix/ctype.h" 41 #include "posix/errno.h" 42 #include "posix/inttypes.h" 43 #include "posix/limits.h" 44 44 45 45 #define intmax_t posix_intmax_t -
uspace/lib/posix/source/stdlib/strtold.c
rbe1dcc26 rd948095 36 36 37 37 /* Must be first. */ 38 #include " ../stdbool.h"38 #include "posix/stdbool.h" 39 39 40 40 #include "../internal/common.h" 41 #include " ../stdlib.h"42 43 #include " ../assert.h"44 #include " ../ctype.h"45 #include " ../stdint.h"46 #include " ../strings.h"47 #include " ../errno.h"48 #include " ../limits.h"49 50 #include " ../float.h"41 #include "posix/stdlib.h" 42 43 #include "posix/assert.h" 44 #include "posix/ctype.h" 45 #include "posix/stdint.h" 46 #include "posix/strings.h" 47 #include "posix/errno.h" 48 #include "posix/limits.h" 49 50 #include "posix/float.h" 51 51 52 52 #ifndef HUGE_VALL
Note:
See TracChangeset
for help on using the changeset viewer.
