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.
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.
- Matt Pietrek - Remove Fatty Deposits from Your Applications Using Our 32-bit Liposuction Tools (1996)
- Mike V - Tiny C Runtime Library (2007)
- Lee Packham - Visual C++ Runtime Hell (2009)
- Also on github
###Also called MiniCRT
Visual Studio project files are included in vsproj/. Makefile versions for Visual Studio's nmake and MinGW make are also included.
See license file.