Initial revision

This commit is contained in:
bal 1984-12-04 15:04:44 +00:00
parent 3e88c1ef02
commit a4c588562c

View File

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