ack/util/ego/share/makewlen.c
1985-09-06 11:38:00 +00:00

6 lines
73 B
C

main()
{
printf("#define WORDLENGTH %d\n",sizeof(int) * 8);
exit(0);
}