summaryrefslogtreecommitdiff
path: root/h2pl/eg/sizeof.ph
blob: 285bff185910920305c8c2be481f9d444a176a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$sizeof{'char'} = 1;
$sizeof{'int'} = 4;
$sizeof{'long'} = 4;
$sizeof{'struct arpreq'} = 36;
$sizeof{'struct ifconf'} = 8;
$sizeof{'struct ifreq'} = 32;
$sizeof{'struct ltchars'} = 6;
$sizeof{'struct pcntl'} = 116;
$sizeof{'struct rtentry'} = 52;
$sizeof{'struct sgttyb'} = 6;
$sizeof{'struct tchars'} = 6;
$sizeof{'struct ttychars'} = 14;
$sizeof{'struct winsize'} = 8;
$sizeof{'struct termios'} = 132;