home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / cfuncs.arj / MIDSTR.DOC < prev    next >
Encoding:
Text File  |  1991-01-03  |  405 b   |  11 lines

  1. /*-----------------------MidStr------------------------------- */
  2. /*DESCRIPTION: Copies n chars from src to dest followed by the */
  3. /*    null ch.                           */
  4. /*                                   */
  5. /*RETURNS: the address of dest                     */
  6. /*USES: nothing                               */
  7. /*IN: string.c                               */
  8. /*------------------------------------------------------------ */
  9.  
  10. char *MidStr (char *dest, char *src, int n)
  11.