STRCMP

Section: Basic C Library Functions (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

strcmp - Compare two strings  

SYNOPSIS

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

ARGUMENTS

cs

One string

ct

Another string
 

COPYRIGHT