home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / perl / Perl / h2pl / eg / sizeof.ph next >
Encoding:
Text File  |  1994-10-18  |  404 b   |  15 lines

  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;
  15.