5 lines
63 B
C
5 lines
63 B
C
|
main()
|
||
|
{
|
||
|
printf("#define WORDLENGTH %d\n",sizeof(int) * 8);
|
||
|
}
|