Function strpbrk
searches for the first occurrence in its first string argument of any character in its second string argument. If a character from the second argument is found, strpbrk
returns a pointer to the character in the first argument; otherwise, strpbrk
returns a null pointer. Line 12 of Fig. 22.37 locates the first occurrence ...
Get C++ How to Program, 10/e now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.