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
- Host: GitHub
- URL: https://github.com/travorlzh/reimplementation-collection
- Owner: TravorLZH
- License: gpl-3.0
- Created: 2018-01-31T17:17:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T12:48:29.000Z (about 8 years ago)
- Last Synced: 2025-01-17T08:12:52.602Z (about 1 year ago)
- Topics: posix, reimplementation, stdlib-replacement
- Language: C
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)