25 if(std::getline(in,libLine).eof()){
27 std::cerr<<
"Returning 0"<<std::endl;
32 std::string
libName=
"Anonymous";
35 sscanf(libLine.c_str(),
"%*s %*s %*s %*s %*s%n",
38 if(libLine.size()>(
uint)(len+1)){
39 nfields=sscanf(libLine.substr(len+1).c_str(),
"%2047s",
buff);
60 os<<
" Lib= "<<
l.m_libName<<
" "<<
l.m_ms;