/
usr
/
share
/
doc
/
doxygen-1.8.5
/
examples
/
File Upload :
llllll
Current File: //usr/share/doc/doxygen-1.8.5/examples/relates.cpp
/*! * A String class. */ class String { friend int strcmp(const String &,const String &); }; /*! * Compares two strings. */ int strcmp(const String &s1,const String &s2) { } /*! \relates String * A string debug function. */ void stringDebug() { }
Copyright ©2k19 -
Hexid
|
Tex7ure