26 #if defined (HAVE_CONFIG_H)
57 if (c ==
'\n' || c ==
'\r')
68 if (c ==
'\r' && is.peek () ==
'\n')
101 if (c ==
'\n' || c ==
'\r')
112 if (c ==
'\r' && is.peek () ==
'\n')
123 while (c ==
'\n' || c ==
'\r');
138 std::ostringstream buf;
144 if (c ==
'\n' || c ==
'\r')
157 if (c ==
'\r' && is.peek () ==
'\n')
F77_RET_T const F77_DBLE const F77_DBLE F77_DBLE * d
void skip_until_newline(std::istream &is, bool keep_newline)
std::string read_until_newline(std::istream &is, bool keep_newline)
void skip_preceeding_newline(std::istream &is)