home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / graphics / randjpeg_1 / source / h / main < prev    next >
Text File  |  1995-12-27  |  127b  |  10 lines

  1. #ifndef main_h
  2. #define main_h
  3.  
  4. #include <stddef.h>
  5.  
  6. extern void *xmalloc(
  7.                 size_t  count);
  8.  
  9. #endif /* main_h */
  10.