This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
minix
Watch
1
Star
0
Fork
You've already forked minix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ecf9b40841
minix
/
test
/
t10a.c
9 lines
64 B
C
Raw
Normal View
History
Unescape
Escape
Initial revision
2005-04-21 16:53:53 +02:00
#
include
<stdlib.h>
retire _PROTOTYPE . only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
2012-03-24 16:16:34 +01:00
int
main
(
void
)
;
Initial revision
2005-04-21 16:53:53 +02:00
int
main
(
)
{
exit
(
0
)
;
}
Reference in a new issue
Copy permalink