Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
strpbrk.c File Reference
#include <string.h>
Include dependency graph for strpbrk.c:

Functions

char * strpbrk (const char *s, const char *b)
 

Function Documentation

◆ strpbrk()

char* strpbrk ( const char *  s,
const char *  b 
)

References b, s, and strcspn().