/minicrt

Alternative Windows C runtime for minimal binary size

Primary LanguageCOtherNOASSERTION

MiniCRT

An alternative Windows C runtime library for minimizing the size of output binaries. The code is from Malcolm Smith (2014). This is (so far) just a Github upload with added Visual Studio 2010 project files.

History

If you go searching for a smaller version of the Windows C run time library you'll eventually find a progression of updates that flow from Matt Pietrek's LIBCTINY way back in the mid 90's.

LIBCTINY

###Also called MiniCRT

Building

Visual Studio project files are included in vsproj/. Makefile versions for Visual Studio's nmake and MinGW make are also included.

License

See license file.