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