foo.c   [plain text]


#include <stdlib.h>

void foo()
{
	rand();
}