summaryrefslogtreecommitdiff
path: root/Libraries/LibC/string.h
AgeCommit message (Collapse)Author
2019-11-10LibC: Add strtok_r() and make strtok() a wrapper around itAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.