Rev 408 | Blame | Compare with Previous | Last modification | View Log | Download
#include <stdio.h> #include <stdlib.h> #include "test.h" void do_something() { printf("Hello world !\n"); }
#include <stdio.h>
#include <stdlib.h>
#include "test.h"
void do_something()
{
printf("Hello world !\n");
}