Cleanup stage 2

This commit is contained in:
Heath123
2023-05-05 20:16:51 +01:00
parent d72ca852a6
commit b3e6d4337a
52 changed files with 255 additions and 698 deletions

View File

@@ -7,7 +7,7 @@
LIBA_BEGIN_DECLS
#if (__GLIBC__ || __MINGW32__)
#if (__GLIBC__ || __MINGW32__ || _PRIZM)
size_t strlcat(char * dst, const char * src, size_t dstSize);
size_t strlcpy(char * dst, const char * src, size_t len);
#endif