Uniwares Tomato Guru
Portugal 2322 Posts
#ifdef _DEBUG void DebugInfo(); ... some more defines #endif // _DEBUG int SomeFunction(long);
bool Somefunction(); // some comment enum SOME_ENUM { ... };