6a73e85ad1
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
8 lines
64 B
C
8 lines
64 B
C
#include <stdlib.h>
|
|
|
|
int main(void);
|
|
|
|
int main()
|
|
{
|
|
exit(0);
|
|
}
|