Public Attributes | |
FILE * | f |
int | c |
int | n |
char | buff [L_MAXLENNUM+1] |
Definition at line 390 of file liolib.cpp.
char RN::buff[L_MAXLENNUM+1] |
Definition at line 394 of file liolib.cpp.
Referenced by nextc(), and read_number().
int RN::c |
Definition at line 392 of file liolib.cpp.
Referenced by nextc(), read_number(), readdigits(), and test2().
FILE* RN::f |
Definition at line 391 of file liolib.cpp.
Referenced by nextc(), and read_number().
int RN::n |
Definition at line 393 of file liolib.cpp.
Referenced by nextc(), and read_number().