Query: ustrpbrk
OS: netbsd
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ustrpbrk(3alleg4) Allegro manual ustrpbrk(3alleg4)NAMEustrpbrk - 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);DESCRIPTIONThis function finds the first character in `s' that matches any character in `set'. Example: char *p = ustrpbrk("one,two-three.four", "-. ");RETURN VALUEReturns a pointer to the first match, or NULL if none are found.SEE ALSOuconvert(3alleg4), ustrchr(3alleg4), ustrrchr(3alleg4), ustrstr(3alleg4), ustrtok(3alleg4) Allegro version 4.4.2 ustrpbrk(3alleg4)
| Related Man Pages |
|---|
| ustrtok(3alleg4) - debian |
| ustrtok(3alleg4) - centos |
| exrotscl(3alleg4) - opendarwin |
| ustrtok(3alleg4) - plan9 |
| ustrtok(3alleg4) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Memory Leaks |
| Better to Use Return Code or wc -l Output? |
| RFC - Korn shell prompt |
| BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD |
| Grep command to show the number of results |