The Linux Kernel API
<<< Previous
Next >>>
strlen
Name
strlen -- Find the length of a string
Synopsis
size_t
strlen
(const char *
s
);
Arguments
s
The string to be sized
<<< Previous
Home
Next >>>
strrchr
Up
strnlen