Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

strcmp.c File Reference

strcmp function More...

Go to the source code of this file.

Functions

int strcmp (const char *s1, const char *s2)
 Compare two strings.


Detailed Description

strcmp function

Author:
Markus L. Noga <markus@noga.de>

Definition in file strcmp.c.


Function Documentation

int strcmp const char *  s1,
const char *  s2
 

Compare two strings.

Parameters:
s1 first string
s2 second string
Returns:
<0: s1<s2, ==0: s1==s2, >0: s1>s2

Definition at line 31 of file strcmp.c.

Referenced by lx_read(), main(), read_symbols(), and symbols_load().


Generated on Fri Feb 25 08:02:44 2005 for brickos by  doxygen 1.3.9.1