Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 247 of file ms2ps.cpp.
Referenced by handle_try().
{ static int i = 0; char buf[100]; sprintf( buf, "%s%d", intro.c_str(), i++ ); return buf; }