home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsm / randjpeg / source / h / main < prev    next >
Encoding:
Text File  |  1995-12-27  |  127 b   |  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.