v7 man page for ustrpbrk

Query: ustrpbrk

OS: v7

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ustrpbrk(3alleg4)						  Allegro manual						 ustrpbrk(3alleg4)

NAME
ustrpbrk - Finds the first character that matches any in a set. Allegro game programming library. SYNOPSIS
#include <allegro.h> char *ustrpbrk(const char *s, const char *set); DESCRIPTION
This function finds the first character in `s' that matches any character in `set'. Example: char *p = ustrpbrk("one,two-three.four", "-. "); RETURN VALUE
Returns a pointer to the first match, or NULL if none are found. SEE ALSO
uconvert(3alleg4), ustrchr(3alleg4), ustrrchr(3alleg4), ustrstr(3alleg4), ustrtok(3alleg4) Allegro version 4.4.2 ustrpbrk(3alleg4)
Related Man Pages
exrotscl(3alleg4) - suse
exrotscl(3alleg4) - centos
ustrtok(3alleg4) - plan9
ustrtok(3alleg4) - v7
ustrtok(3alleg4) - freebsd
Similar Topics in the Unix Linux Community
crontab every 5 min.
[Tip] HACMP 7.1.3 and DB/2-Installation
Need help to compile and create python64 bit (2.7.9) on Solaris10
Shopt -s histappend
Bash - here document on RHEL 6.8 and 6.9 servers aren't working