Skip to content
forked from RCold/rclibc

A minimal implementation of the C standard library.

License

Notifications You must be signed in to change notification settings

KolibriOS/rclibc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

A minimal implementation of the C standard library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.5%
  • CMake 5.0%
  • Assembly 0.5%