summaryrefslogtreecommitdiff
path: root/Libraries/LibC/string.h
AgeCommit message (Expand)Author
2020-08-26LibC: Deduplicate declaration of strcasecmpBen Wiederhake
2020-08-24LibC: Stub and test strlcpyBen Wiederhake
2020-08-13LibC: mark strdup & strndup as __attribute__((malloc))Muhammad Zahalqa
2020-08-01Kernel+LibC: Implement 'memmem'AnotherTest
2020-02-22LibC: Implement strchrnul()Shannon Booth
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-16LibC: Add strnlen()Andreas Kling
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