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

  1. /*---------------strnchr-------------------------------*/
  2. /*DESCRIPTION: puts len copies of ch into string and   */
  3. /*    adds a terminating null ch.               */
  4. /*                               */
  5. /*RETURNS: the address of string               */
  6. /*USES: nothing.                       */
  7. /*IN: string.c                           */
  8. /*-----------------------------------------------------*/
  9.  
  10. char *strnchr(char *string, int ch, int len)
  11.