CS318 - Pintos
Pintos source browser for JHU CS318 course
Data Fields
integer_base Struct Reference

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...
 

Detailed Description

Definition at line 130 of file stdio.c.

Field Documentation

◆ base

int integer_base::base

Base.

Definition at line 132 of file stdio.c.

Referenced by format_integer().

◆ digits

const char* integer_base::digits

Collection of digits.

Definition at line 133 of file stdio.c.

Referenced by format_integer().

◆ group

int integer_base::group

Number of digits to group with ' flag.

Definition at line 135 of file stdio.c.

Referenced by format_integer().

◆ x

int integer_base::x

‘x’ character to use, for base 16 only.

Definition at line 134 of file stdio.c.

Referenced by format_integer().


The documentation for this struct was generated from the following file: