home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / UPC2S1.ZIP / STATER.H < prev    next >
Text File  |  1992-11-27  |  566b  |  10 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    s t a t e r                                                     */
  3. /*                                                                    */
  4. /*    Report date and size of a file                                  */
  5. /*                                                                    */
  6. /*    Copyright (c) 1991, Andrew H. Derbyshire                        */
  7. /*--------------------------------------------------------------------*/
  8.  
  9. time_t stater(const char *file, long *size);
  10.