An open API service indexing awesome lists of open source software.

https://github.com/travorlzh/reimplementation-collection

Reimplementing C library functions
https://github.com/travorlzh/reimplementation-collection

posix reimplementation stdlib-replacement

Last synced: 12 months ago
JSON representation

Reimplementing C library functions

Awesome Lists containing this project

README

          

Reimplementation Collection
=======

This is a repo that demonstrates my reimplemented library function of my [OS](https://github.com/TravorLZH/OS). Now, it contains several functions:

**atoi**: Convert from string to integer

**itoa**: Convert to string from integer

**vsprintf** & **sprintf**: Basic formatting functions.

> You may learn more in [repo's Wiki](https://github.com/TravorLZH/reimplementation-collection/wiki)