ack/util/ego/share/makewlen.c
1984-12-04 15:04:44 +00:00

5 lines
63 B
C

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