MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
relates.cpp
Go to the documentation of this file.
1
5class String
6{
7 friend int strcmp(const String &,const String &);
8};
9
14int strcmp(const String &s1,const String &s2)
15{
16}
17
22{
23}
void stringDebug()
Definition relates.cpp:21
friend int strcmp(const String &, const String &)
Definition relates.cpp:14
int strcmp(const String &s1, const String &s2)
Definition relates.cpp:14