source: trunk/minix/test/t10a.c@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 78 bytes
Line 
1#include <stdlib.h>
2
3_PROTOTYPE(int main, (void));
4
5int main()
6{
7 exit(0);
8}
Note: See TracBrowser for help on using the repository browser.