GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
strnchr(l) BEGEMOT Library strnchr(l)

strnchr - locate character in string

# include <string.h>
# include <begemot.h>
char * strnchr(const char *s, int c, size_t n);

This function returns a pointer to the first occurence of character c in string s. The search stops after n characters or at the end of the string.

The function returns a pointer to the matching character or NULL if no match is found within the first n characters.

strchr(3C)
15 Apr 1999 BEGEMOT

Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.