Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 418 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 418 Bytes

rclibc

A minimal implementation of the C standard library.

This project is currently unfinished.

  • Only support C89/C90 standard.
  • Only support static library.
  • Support Windows (x86/x64), Linux (amd64), and macOS (x86_64) operating systems.
  • Support MSVC, GCC, and Clang compiler.
  • Multithreading is not supported.

License

See the LICENSE file for license rights and limitations (MIT).