4BSD/bill/size.c

#include <sys/types.h>
#include <sys/tty.h>
main()
{
	printf("%d\n", sizeof (struct tty));
}