STRPBRK(9) Basic C Library Functions STRPBRK(9)NAMEstrpbrk - Find the first occurrence of a set of charactersSYNOPSISchar * strpbrk(const char * cs, const char * ct);ARGUMENTScs The string to be searched ct The characters to search forCOPYRIGHTKernel Hackers Manual 2.6. July 2010 STRPBRK(9)
| Related Man Pages |
|---|
| strpbrk(3) - linux |
| strpbrk(3) - debian |
| strpbrk(3p) - posix |
| strpbrk(3) - xfree86 |
| strpbrk(3) - v7 |
| Similar Topics in the Unix Linux Community |
|---|
| C program in Unix / Linux - Time differences |
| converting rows into columns |
| Tokenistring a string in C++ |
| Wildcard Pattern Matching In C |