summaryrefslogtreecommitdiffstats
path: root/libc/src/string
Commit message (Expand)AuthorAgeFilesLines
* [libc] Move implementations of strcat and strcpy to the string directory.Siva Chandra Reddy2020-01-067-24/+23
* [libc] Move all tests to a top level `test` directory.Siva Chandra Reddy2020-01-065-98/+0
* Use arrays on stack and avoid use of new and delete operators.Siva Chandra2019-10-102-12/+4
* Add few docs and implementation of strcpy and strcat.Siva Chandra2019-10-049-0/+209
OpenPOWER on IntegriCloud