rockbox/firmware/libc/include
William Wilgus 972810f6cf strlcpy finish cleanup
remove strlcpy & strlcat from string.h

document suspicious strlcpy call

convert strlcat.h users to string-extra

Change-Id: I313e75db86385c0e6d1aee75d252093be4935f60
2022-11-17 01:54:46 -05:00
..
sys Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper files for their OS 2010-05-14 22:01:07 +00:00
ctype.h Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00: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 inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bits 2010-05-30 16:07:54 +00:00
math.h Move math.h to firmware/libc/include/ and fix slight incompatibilities between our and the host's math.h 2010-05-14 12:43:45 +00:00
stdint.h stdio compat layer for plugins 2017-12-23 20:54:56 -05:00
stdio.h Move some gcc extensions to new gcc_extensions.h header 2010-07-25 14:44:29 +00:00
stdlib.h Add normal alloca() definition and implement a strdupa and friends 2014-08-29 22:06:59 -04: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