home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / include / stddef.fake < prev    next >
Text File  |  1992-03-17  |  148b  |  6 lines

  1. /* dummy stddef.h, in case you don't have one */
  2.  
  3. #ifndef offsetof
  4. #define offsetof(type, mem) ((char *)&((type *)NULL)->mem - (char *)NULL)
  5. #endif
  6.