Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
strchr, _fstrchr
◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Include: <string.h>
Syntax: char *strchr( char *string, int c );
char _far *_fstrchr( char _far *string, int c );
Returns: a pointer if successful, or NULL if not.
See also: strcspn, strncat, strncmp, strncpy, strnicmp, strpbrk,
strrchr, strspn, strstr
-♦-