home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 257.img / PRO-C1.ZIP / HELP.ZIP / IOSUP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-28  |  611 b   |  22 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. #ifdef ANSI
  13. void stripright(char *, int);
  14. int  nummasklen(char *);
  15. int  decmasklen(char *);
  16. #else
  17. void stripright();
  18. int  nummasklen();
  19. int  decmasklen();
  20. #endif
  21.  
  22.