minix/test/t10a.c
2005-04-21 14:53:53 +00:00

9 lines
78 B
C

#include <stdlib.h>
_PROTOTYPE(int main, (void));
int main()
{
exit(0);
}