summaryrefslogtreecommitdiffstats
path: root/libc/src/string/strcpy
Commit message (Expand)AuthorAgeFilesLines
* [libc] Move implementations of strcat and strcpy to the string directory.Siva Chandra Reddy2020-01-063-48/+0
* [libc] Move all tests to a top level `test` directory.Siva Chandra Reddy2020-01-062-46/+0
* Use arrays on stack and avoid use of new and delete operators.Siva Chandra2019-10-101-6/+2
* Add few docs and implementation of strcpy and strcat.Siva Chandra2019-10-044-0/+98
OpenPOWER on IntegriCloud