xref
: /
minix3
/
minix
/
tests
/
t10a.c
(revision b5e2faaaaf60a8b9a02f8d72f64caa56a87eb312)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdlib.h
>
2
3
int
main
(
void
);
4
5
int
main
()
6
{
7
exit
(0);
8
}
9