String H
String H
H>
http://www.tutorialspoint.com/c_standard_library/string_h.htm
Copyright tutorialspoint.com
The string.h header defines one variable type, one macro, and various functions for manipulating
arrays of characters.
Library Variables
Following is the variable type defined in the header string.h:
S.N.
1
Library Macros
Following is the macro defined in the header string.h:
S.N.
1
Library Functions
Following are the functions defined in the header string.h:
S.N.
1
10
11
12
13
14
15
15
char *strerrorinterrnum
Searches an internal array for the error number errnum and returns a pointer to an
error message string.
16
17
18
19
20
21
22