summaryrefslogtreecommitdiff
path: root/src/libc/string.h
AgeCommit message (Collapse)Author
2017-07-23added a strncmp functionAndreas Baumann
2017-07-14removed stddef.h and limits.h (come with the compiler header files)Andreas Baumann
added a stub stdint.h (only sometimes comes with the compiler) added a guide on cross compiling adapted to cross compilation, for now tcc works
2017-07-01added a strlcatAndreas Baumann
2017-06-15added a memcpy function (clang needs it to copy structs in assignments)Andreas Baumann
2017-06-10some big renames into subdirs of aspectsAndreas Baumann
updated README removed size_t in sys/types.h and sys/types.h itself, size_t is in stddef.h