home *** CD-ROM | disk | FTP | other *** search
- /* ==( hdr/iosup.h )== */
-
- /* ----------------------------------------------- */
- /* Pro-C - Copyright (C) 1988, 1989 Vestronix Inc. */
- /* Modification to this source is not supported */
- /* by Vestronix Inc. */
- /* All Rights Reserved */
- /* ----------------------------------------------- */
-
- /* Definitions and declarations for the general I/O support functions */
-
- #ifdef ANSI
- void stripright(char *, int);
- int nummasklen(char *);
- int decmasklen(char *);
- #else
- void stripright();
- int nummasklen();
- int decmasklen();
- #endif
-
-