COHERENT help

This page displays the COHERENT help information for strpbrk.

Listing of available help pages


strpbrk() -- Find first occurrence of a character from another string

#include <string.h>
char *strpbrk(string1, string2)
char *string1, *string2;