20 char* istream::scan(
char* str,
size_t max)
27 if (isspace(value))
break;
int get()
Extract a single character from this input stream.
Defines C++-like streams API, based on circular buffers for input or output.
constexpr T max(T a, T b)
Compute the max of 2 integral values.
C++-like std::iostream facilities.