We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This header file defines several functions to manipulate C strings and arrays.
Returns a pointer to the first occurrence of str2instr1, or a nullpointer ifstr2is not part ofstr1.
Returns a pointer to the first occurrence of
in
, or a
pointer if
is not part of
.