minix/minix/tests/t10a.c

9 lines
64 B
C
Raw Permalink Normal View History

2005-04-21 16:53:53 +02:00
#include <stdlib.h>
int main(void);
2005-04-21 16:53:53 +02:00
int main()
{
exit(0);
}