SYNOPSIS
#include <string.h>
void *memchr(const void *s, int c, size_t n);
DESCRIPTION
The
PARAMETERS
- s
-
Points to the memory area to search.
- c
-
Is the character to find.
- n
-
Is the maximum number of bytes to search.
RETURN VALUES
If c is found in first n bytes of
s,
CONFORMANCE
ANSI/ISO 9899-1990.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.