STRNCHR(9) Basic C Library Functions STRNCHR(9)NAMEstrnchr - Find a character in a length limited stringSYNOPSISchar * strnchr(const char * s, size_t count, int c);ARGUMENTSs The string to be searched count The number of characters to be searched c The character to search forCOPYRIGHTKernel Hackers Manual 2.6. July 2010 STRNCHR(9)
| Related Man Pages |
|---|
| strcat(3) - bsd |
| strncasecmp(3) - bsd |
| strncat(3) - bsd |
| strnstr(3) - osx |
| strstr(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Migrating to UNIX |
| Update kernel Linux without reboot?! |
| Docker learning Phase-I |
| 32 bit process addressing more than 4GB |