strnchr(9)

NAME

strnchr - Find a character in a length limited string

SYNOPSIS

char * strnchr(const char * s, size_t count, int c);

ARGUMENTS

s
The string to be searched
count
The number of characters to be searched
c
The character to search for

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout