ReactOS 0.4.15-dev-7942-gd23573b
timebuf_t Union Reference
Collaboration diagram for timebuf_t:

Public Attributes

_TCHAR text [26]
 
struct {
   _TCHAR4   WeekDay
 
   _TCHAR4   Month
 
   _TCHAR2   Day
 
   _TCHAR   Space1
 
   _TCHAR2   Hour
 
   _TCHAR   Sep1
 
   _TCHAR2   Minute
 
   _TCHAR   Sep2
 
   _TCHAR2   Second
 
   _TCHAR   Space2
 
   _TCHAR2   Year [2]
 
   _TCHAR   lb
 
   _TCHAR   zt
 
}; 
 

Detailed Description

Definition at line 38 of file asctime.c.

Member Data Documentation

◆ 

struct { ... } timebuf_t::@4316

◆ Day

_TCHAR2 timebuf_t::Day

Definition at line 45 of file asctime.c.

◆ Hour

_TCHAR2 timebuf_t::Hour

Definition at line 47 of file asctime.c.

◆ lb

_TCHAR timebuf_t::lb

Definition at line 54 of file asctime.c.

◆ Minute

_TCHAR2 timebuf_t::Minute

Definition at line 49 of file asctime.c.

◆ Month

_TCHAR4 timebuf_t::Month

Definition at line 44 of file asctime.c.

◆ Second

_TCHAR2 timebuf_t::Second

Definition at line 51 of file asctime.c.

◆ Sep1

_TCHAR timebuf_t::Sep1

Definition at line 48 of file asctime.c.

◆ Sep2

_TCHAR timebuf_t::Sep2

Definition at line 50 of file asctime.c.

◆ Space1

_TCHAR timebuf_t::Space1

Definition at line 46 of file asctime.c.

◆ Space2

_TCHAR timebuf_t::Space2

Definition at line 52 of file asctime.c.

◆ text

_TCHAR timebuf_t::text[26]

Definition at line 40 of file asctime.c.

◆ WeekDay

_TCHAR4 timebuf_t::WeekDay

Definition at line 43 of file asctime.c.

◆ Year

_TCHAR2 timebuf_t::Year[2]

Definition at line 53 of file asctime.c.

◆ zt

_TCHAR timebuf_t::zt

Definition at line 55 of file asctime.c.


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