BSD 4_1_snap development
[unix-history] / .ref-BSD-4 / bill / size.c
CommitLineData
a4b3f291
BJ
1#include <sys/types.h>
2#include <sys/tty.h>
3main()
4{
5 printf("%d\n", sizeof (struct tty));
6}