Details | Last modification | View Log
#include <stdio.h>
#include <stdlib.h>
#include "test.h"
void do_something()
{
printf("Hello world !\n");
}