Skip to content

rnpnr/rstdlib

Repository files navigation

Randy's Standard Library

Collection of all my base layer functions.

Meant to be copy-pasted into other places. As this is meant for serious programs it requires a number of compiler extensions. It tries to support MSVC, GCC, and CLANG. Most toy compilers are missing too many features to be supported. The minimum supported C standard is C11 which includes support for anonymous structs and unions. Most other C11 features are not used.

build.sh

Generates an amalgamation in the correct order for inclusion. Just copy the output rstdlib.h into your project and you should be good to go.

About

Generic Base Layer for writing C Programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published