strnlen

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Autres sections - même nom

Section: 9 (Appels noyau Linux)

NAME

strnlen - Find the length of a length-limited string

SYNOPSIS

size_t strnlen(const char * s, size_t count);

ARGUMENTS

s

The string to be sized

count

The maximum number of bytes to search