One unit testing framework in C is <a href="http://check.sourceforge.net/">Check</a>; a list of unit testing frameworks in C can be found <a href="http://check.sourceforge.net/doc/check.html/Other-Frameworks-for-C.html#Other-Frameworks-for-C">here</a>. Depending on how many standard library functions your runtime has, you may or not be able to use one of those.