Open source C program with little requirements and at least 2MB binary size.
Posted
by
max
on Stack Overflow
See other posts from Stack Overflow
or by max
Published on 2010-12-21T18:24:03Z
Indexed on
2010/12/21
22:54 UTC
Read the original article
Hit count: 269
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.
© Stack Overflow or respective owner