Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 65 of file ofw_interface.cpp.
Referenced by main().
{ size_t found; for( size_t i = 0; i < eol_marks.size(); i++ ) { found = in.find( eol_marks[i] ); if( found != std::string::npos ) in = in.substr( 0, found ); } return in; }