home *** CD-ROM | disk | FTP | other *** search
- /*-----------------------MidStr------------------------------- */
- /*DESCRIPTION: Copies n chars from src to dest followed by the */
- /* null ch. */
- /* */
- /*RETURNS: the address of dest */
- /*USES: nothing */
- /*IN: string.c */
- /*------------------------------------------------------------ */
-
- char *MidStr (char *dest, char *src, int n)