Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

lib_str.h/lib_str.c

Prototype

Code Block
LanguageC++
CaptionTextCAPTION
languagecpp
          CPU_CHAR  *Str_Str_N (const  CPU_CHAR    *pstr,
                                const  CPU_CHAR    *pstr_srch,
                                       CPU_SIZE_T   len_max);

Arguments

pstr

Pointer to the string to search for the specified string.

...

String search terminates if string pointer points to or overlaps the NULL address.

Example Usage

...

LanguageC++
CaptionTextCAPTION
languagecpp

...