Scroll to navigation

STRCMP(9) Basic C Library Functions STRCMP(9)

NAME

strcmp - Compare two strings

SYNOPSIS

int strcmp(const char * cs, const char * ct);

ARGUMENTS

cs
One string
ct
Another string

COPYRIGHT

March 2016 Kernel Hackers Manual 3.2.