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