home *** CD-ROM | disk | FTP | other *** search
- #if !defined (HUGEFCTS) // To prevent multiple declarations
- #define HUGEFCTS
-
- // ---- Library Header Files ------------------------------------------------
-
- #include <stdio.h>
-
-
- // ---- Prototypes ----------------------------------------------------------
-
- size_t far hstrlen // Returns the length of a string
-
- ( char huge *string ) ; // Huge ptr to a string
-
-
- char huge *hstrcpy // Copies one string into another
-
- ( char huge *dest, // Destination array
- char huge *src // Source string
- ) ;
-
-
- // ---- End Header File -----------------------------------------------------
-
- #endif
-