PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Data Fields | |
int | base |
Base. More... | |
const char * | digits |
Collection of digits. More... | |
int | x |
‘x’ character to use, for base 16 only. More... | |
int | group |
Number of digits to group with ' flag. More... | |
int integer_base::base |
const char* integer_base::digits |
int integer_base::group |
Number of digits to group with ' flag.
Definition at line 135 of file stdio.c.
Referenced by format_integer().
int integer_base::x |
‘x’ character to use, for base 16 only.
Definition at line 134 of file stdio.c.
Referenced by format_integer().