exit(0) added (trouble with make)

This commit is contained in:
bal 1985-09-06 11:38:00 +00:00
parent 047312216f
commit 401fadafec

View File

@ -1,4 +1,5 @@
main()
{
printf("#define WORDLENGTH %d\n",sizeof(int) * 8);
exit(0);
}