STRCMP

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

strcmp - Compare two strings  

SYNOPSIS

"SYNOPSIS"

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

ARGUMENTS

cs
One string
ct
Another string
 

DESCRIPTION

returns 0 if cs and ct are equal, < 0 if cs is less than ct > 0 if cs is greater than ct


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:53 GMT, October 09, 2005