Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 22 of file rdswitch.c.
Referenced by read_text_integer().
{ register int ch; ch = getc(file); if (ch == '#') { do { ch = getc(file); } while (ch != '\n' && ch != EOF); } return ch; }