rockbox/firmware/libc/include
Solomon Peachy 481cc70fe0 libc: Add an implementation of strtol/strtoul and export it via plugins
These were lifted from the lua plugin.

sdl, doom, puzzles updated to use the exported version

todo: lua, maybe?
also: convert uses of atoi [back] to strtol

Change-Id: I5a1ebbe8d8c99349e594ab9bbbce474e7645b4e9
2025-12-06 09:04:36 -05:00
..
sys
ctype.h isdigit replace with a slightly faster and shorter conditional 2025-02-02 13:57:58 -05:00
endian.h Do a better endian.h setup that isn't as fragile 2014-08-25 12:16:56 -04:00
errno.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
fcntl.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
inttypes.h
math.h
stdint.h libc: We need to define SIZE_MAX in our stdint.h 2024-12-30 15:22:11 -05:00
stdio.h Move some gcc extensions to new gcc_extensions.h header 2010-07-25 14:44:29 +00:00
stdlib.h libc: Add an implementation of strtol/strtoul and export it via plugins 2025-12-06 09:04:36 -05:00
string.h strlcpy finish cleanup 2022-11-17 01:54:46 -05:00
time.h file/fat: rework utime function as modtime extension 2021-07-08 17:47:51 +00:00