MCPcopy Create free account
hub / github.com/eggert/tz / lc_time_T

Class lc_time_T

strftime.c:102–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100#endif
101
102struct lc_time_T {
103 const char * mon[MONSPERYEAR];
104 const char * month[MONSPERYEAR];
105 const char * wday[DAYSPERWEEK];
106 const char * weekday[DAYSPERWEEK];
107 const char * X_fmt;
108 const char * x_fmt;
109 const char * c_fmt;
110 const char * am;
111 const char * pm;
112 const char * date_fmt;
113};
114
115static const struct lc_time_T C_time_locale = {
116 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected