The Linux Kernel API
<<< Previous
Next >>>
strcmp
Name
strcmp -- Compare two strings
Synopsis
int
strcmp
(const char *
cs
, const char *
ct
);
Arguments
cs
One string
ct
Another string
<<< Previous
Home
Next >>>
strncat
Up
strncmp