home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / PROCINST.ZIP / HELP.ZIP / IOSUP.H < prev    next >
Encoding:
Text File  |  1990-08-07  |  607 b   |  16 lines

  1. /* ==( hdr/iosup.h )== */
  2.  
  3. /* ----------------------------------------------- */
  4. /* Pro-C - Copyright (C) 1988, 1989 Vestronix Inc. */
  5. /* Modification to this source is not supported    */
  6. /* by Vestronix Inc.                               */
  7. /*            All Rights Reserved                  */
  8. /* ----------------------------------------------- */
  9.  
  10. /*  Definitions and declarations for the general I/O support functions */
  11.  
  12. PROTO (void stripright, (char *, int));
  13. PROTO (int  nummasklen, (char *));
  14. PROTO (int  decmasklen, (char *));
  15. PROTO (void date_vals, (char *, int *, int *, int *));
  16.