exit(0) added (trouble with make)

This commit is contained in:
bal 1985-09-06 11:38:00 +00:00
parent 0d9459bdd6
commit 6a4d9703cc

View file

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