Open source C program with little requirements and at least 2MB binary size.
- by max
Hi,
I'm developing a operating system and I need a test program (function of any kind) to test certain internal features.
I cannot find any appropriate program to do this job. Probably one of you knows one.
The program should be open source, written in C with very little user library usage (only file IO, pthreads, stdio, stdlib preferred) and must have a binary size of at least 2MB.
Thanks for any suggestions.