TravorLZH / reimplementation-collection

Reimplementing C library functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reimplementation Collection

This is a repo that demonstrates my reimplemented library function of my 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

About

Reimplementing C library functions

License:GNU General Public License v3.0


Languages

Language:C 93.3%Language:Makefile 6.7%