SYNOPSIS
#include <string.h>
size_t strlen(const char *s);
size_t strnlen(const char *s, size_t maxlen);
DESCRIPTION
The
PARAMETERS
- s
-
Points to a null-terminated string.
- maxlen
-
The maximum number of characters to scan for the end of string marker before returning.
RETURN VALUES
The function
CONFORMANCE
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.