(C language) common character functions and string functions
We all know that there is a header file string.h in C language, but there is no string type in C language. [Strings] are usually placed in constant strings or character arrays. String constants are suitable for string functions that do not modify them. The function prototypes declared in the header file string.h are also …
(C language) common character functions and string functions Read More »