Classes | Functions
relates.cpp File Reference

Go to the source code of this file.

Classes

class  String
 

Functions

int strcmp (const String &s1, const String &s2)
 

Function Documentation

int strcmp ( const String s1,
const String s2 
)

Compares two strings.

Definition at line 14 of file relates.cpp.

15 {
16 }