Unit testing C functions

Unit Testing C functions

The most simple framework <check.h>

here some examples:

void main(void) {
  write(1,"hola\n",5);
}