Initial revision

This commit is contained in:
bal 1984-12-04 15:04:44 +00:00
parent 3cdaf9f4ba
commit 4e461a9860

View file

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