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

  1. #ifndef randfile_h
  2. #define randfile_h
  3.  
  4. extern char *rand_file(
  5.                 const char      *path,
  6.                 const char      *history_file);
  7.  
  8. #endif /* randfile_h */
  9.