makewlen.c 252 B

12345678910
  1. /* $Header$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. main()
  7. {
  8. printf("#define WORDLENGTH %d\n",sizeof(int) * 8);
  9. exit(0);
  10. }