[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
printf_conversion Struct Reference

Public Types

enum  {
  MINUS = 1 << 0 , PLUS = 1 << 1 , SPACE = 1 << 2 , POUND = 1 << 3 ,
  ZERO = 1 << 4 , GROUP = 1 << 5
}
 
enum  {
  CHAR = 1 , SHORT = 2 , INT = 3 , INTMAX = 4 ,
  LONG = 5 , LONGLONG = 6 , PTRDIFFT = 7 , SIZET = 8
}
 

Public Attributes

enum printf_conversion:: { ... }  flags
 
int width
 
int precision
 
enum printf_conversion:: { ... }  type
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MINUS 
PLUS 
SPACE 
POUND 
ZERO 
GROUP 
91 {
92 MINUS = 1 << 0, /* '-' */
93 PLUS = 1 << 1, /* '+' */
94 SPACE = 1 << 2, /* ' ' */
95 POUND = 1 << 3, /* '#' */
96 ZERO = 1 << 4, /* '0' */
97 GROUP = 1 << 5 /* '\'' */
98 } flags;
@ PLUS
Definition: stdio.c:93
@ POUND
Definition: stdio.c:95
@ GROUP
Definition: stdio.c:97
@ MINUS
Definition: stdio.c:92
@ ZERO
Definition: stdio.c:96
@ SPACE
Definition: stdio.c:94
enum printf_conversion::@4 flags

◆ anonymous enum

anonymous enum
Enumerator
CHAR 
SHORT 
INT 
INTMAX 
LONG 
LONGLONG 
PTRDIFFT 
SIZET 
108 {
109 CHAR = 1, /* hh */
110 SHORT = 2, /* h */
111 INT = 3, /* (none) */
112 INTMAX = 4, /* j */
113 LONG = 5, /* l */
114 LONGLONG = 6, /* ll */
115 PTRDIFFT = 7, /* t */
116 SIZET = 8 /* z */
117 } type;
enum printf_conversion::@5 type
@ INTMAX
Definition: stdio.c:112
@ LONGLONG
Definition: stdio.c:114
@ CHAR
Definition: stdio.c:109
@ SIZET
Definition: stdio.c:116
@ LONG
Definition: stdio.c:113
@ SHORT
Definition: stdio.c:110
@ INT
Definition: stdio.c:111
@ PTRDIFFT
Definition: stdio.c:115

Member Data Documentation

◆ 

enum { ... } printf_conversion::flags

◆ precision

int printf_conversion::precision

◆ 

enum { ... } printf_conversion::type

◆ width

int printf_conversion::width

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