Desktop/xinu_mips-1.0.2.tar/xinu_mips-1.0.2/lib/libxc/strcmp.c File Reference
Go to the source code of this file.
|
Functions |
int | strcmp (const char *s1, const char *s2) |
Detailed Description
strcmp
- Id
- strcmp.c 221 2007-07-11 18:45:46Z mschul
Definition in file strcmp.c.
Function Documentation
int strcmp |
( |
const char * |
s1, |
|
|
const char * |
s2 | |
|
) |
| | |
Compare strings.
- Parameters:
-
| *s1 | first memory location |
| *s2 | second memory location |
- Returns:
- s1>s2: >0 s1==s2: 0 s1<s2: <0
Definition at line 15 of file strcmp.c.
Referenced by shell().