ack/util/ego/share/makewlen.c

11 lines
252 B
C
Raw Normal View History

1987-03-10 11:49:39 +00:00
/* $Header$ */
1987-03-09 19:15:41 +00:00
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
1984-12-04 15:04:44 +00:00
main()
{
printf("#define WORDLENGTH %d\n",sizeof(int) * 8);
1985-09-06 11:38:00 +00:00
exit(0);
1984-12-04 15:04:44 +00:00
}