X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Flibdoc.txt;h=0aba0efc891f9afa8fcaf0bcb3a607debbc3e492;hb=d08e6df2202ed3f19b681221b502dedb3c6c8a28;hp=5a82e221152b7ab70cabe0f8c4ce1e9ec29b53da;hpb=d57ce0bdbae2f896304c5ed9f7311dc0d945a317;p=fw%2Fsdcc diff --git a/doc/libdoc.txt b/doc/libdoc.txt index 5a82e221..0aba0efc 100644 --- a/doc/libdoc.txt +++ b/doc/libdoc.txt @@ -361,12 +361,12 @@ strncmp - string manipulation - #include - all ports strchr - string manipulation - #include - all ports char *strchr (char * string, char ch); - Return a pointer to the first occurance of the character ch is string + Return a pointer to the first occurrence of the character ch is string or a NULL pointer if not found. strrchr - string manipulation - #include - all ports char *strrchr(char * string, char ch); - Return a pointer to the last occurance of the character ch is string + Return a pointer to the last occurrence of the character ch is string or a NULL pointer if not found. strspn - string manipulation - #include - all ports