Skip to content

string.h

hengxin edited this page Nov 24, 2017 · 1 revision

string.h: C Strings

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.

Clone this wiki locally