repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add swifi to the build/install.
[minix.git]
/
test
/
t10a.c
blob
5d0c756f95658f2292806082282334521c1ce68c
1
#include <stdlib.h>
2
3
_PROTOTYPE
(
int
main
, (
void
));
4
5
int
main
()
6
{
7
exit
(
0
);
8
}