getc - Read single character from input stream.
istream getc -> istream integer
getc reads a single character from the
supplied input stream. The character is
returned as integer. The mapping between
characters and its numerical value is
determined by the C++ compiler.
Raises BadIOError
/home/abuild/rpmbuild/BUILD/nest-2.20.git/sli/sli_io.cc