home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / EXTRAS / UUCODE / UUPC / TEST / UPC12ES2.ZIP / UUCICO / checktim.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-12  |  508 b   |  11 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    c h e c k t i m . h                                             */
  3. /*                                                                    */
  4. /*    Function prototypes for time of day validation routines for     */
  5. /*    UUPC/extended                                                   */
  6. /*--------------------------------------------------------------------*/
  7.  
  8. #define ALL_GRADES 'z'
  9.  
  10. char checktime(const char *xtime);
  11.