main.c   [plain text]


#include <stdio.h>

int mymain()
{
	fprintf(stdout, "hello mymain\n");
	return 0;
}