summaryrefslogtreecommitdiffstats
path: root/libc/src
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-069-189/+0
* Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy2019-12-2312-12/+242
* [libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy2019-12-095-1/+82
* Illustrate a redirector using the example of round function from math.h.Siva Chandra Reddy2019-11-016-0/+72
* 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-0413-0/+252
OpenPOWER on IntegriCloud