This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add File::Temp's OO test.
[perl5.git] / h2pl / eg / sizeof.ph
CommitLineData
00bf170e
LW
1$sizeof{'char'} = 1;
2$sizeof{'int'} = 4;
3$sizeof{'long'} = 4;
4$sizeof{'struct arpreq'} = 36;
5$sizeof{'struct ifconf'} = 8;
6$sizeof{'struct ifreq'} = 32;
7$sizeof{'struct ltchars'} = 6;
8$sizeof{'struct pcntl'} = 116;
9$sizeof{'struct rtentry'} = 52;
10$sizeof{'struct sgttyb'} = 6;
11$sizeof{'struct tchars'} = 6;
12$sizeof{'struct ttychars'} = 14;
13$sizeof{'struct winsize'} = 8;
14$sizeof{'struct termios'} = 132;