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
strnlen(l) BEGEMOT Library strnlen(l)

strnlen - get length of a string

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

This function returns the length of the string, pointed to by s. Not more than n characters are checked for a NUL character.

If a NUL character is found in the first n-1 characters of the string, the length of the string (as reported by strlen(3C) is returned. If no NUL is found, n is returned.

strlen(3C)
22 Oct 1996 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.