1+ extensions :
2+ - addsTo : {extensible: libraryMemberVariableModel, pack: codeql/common-cpp-coding-standards}
3+ data :
4+ - [C11, "time.h", "", "struct timespec", "tv_sec", "time_t"]
5+ - [C11, "time.h", "", "struct timespec", "tv_nsec", "long"]
6+ - [C11, "time.h", "", "struct tm", "tm_sec", "int"]
7+ - [C11, "time.h", "", "struct tm", "tm_min", "int"]
8+ - [C11, "time.h", "", "struct tm", "tm_hour", "int"]
9+ - [C11, "time.h", "", "struct tm", "tm_mday", "int"]
10+ - [C11, "time.h", "", "struct tm", "tm_mon", "int"]
11+ - [C11, "time.h", "", "struct tm", "tm_year", "int"]
12+ - [C11, "time.h", "", "struct tm", "tm_wday", "int"]
13+ - [C11, "time.h", "", "struct tm", "tm_yday", "int"]
14+ - [C11, "time.h", "", "struct tm", "tm_isdst", "int"]
15+ - [C11, "locale.h", "", "struct lconv", "decimal_point", "char *"]
16+ - [C11, "locale.h", "", "struct lconv", "thousands_sep", "char *"]
17+ - [C11, "locale.h", "", "struct lconv", "grouping", "char *"]
18+ - [C11, "locale.h", "", "struct lconv", "mon_decimal_point", "char *"]
19+ - [C11, "locale.h", "", "struct lconv", "mon_thousands_sep", "char *"]
20+ - [C11, "locale.h", "", "struct lconv", "mon_grouping", "char *"]
21+ - [C11, "locale.h", "", "struct lconv", "positive_sign", "char *"]
22+ - [C11, "locale.h", "", "struct lconv", "negative_sign", "char *"]
23+ - [C11, "locale.h", "", "struct lconv", "currency_symbol", "char *"]
24+ - [C11, "locale.h", "", "struct lconv", "frac_digits", "char"]
25+ - [C11, "locale.h", "", "struct lconv", "p_cs_precedes", "char"]
26+ - [C11, "locale.h", "", "struct lconv", "n_cs_precedes", "char"]
27+ - [C11, "locale.h", "", "struct lconv", "p_sep_by_space", "char"]
28+ - [C11, "locale.h", "", "struct lconv", "n_sep_by_space", "char"]
29+ - [C11, "locale.h", "", "struct lconv", "p_sign_posn", "char"]
30+ - [C11, "locale.h", "", "struct lconv", "n_sign_posn", "char"]
31+ - [C11, "locale.h", "", "struct lconv", "int_curr_symbol", "char *"]
32+ - [C11, "locale.h", "", "struct lconv", "int_frac_digits", "char"]
33+ - [C11, "locale.h", "", "struct lconv", "int_p_cs_precedes", "char"]
34+ - [C11, "locale.h", "", "struct lconv", "int_n_cs_precedes", "char"]
35+ - [C11, "locale.h", "", "struct lconv", "int_p_sep_by_space", "char"]
36+ - [C11, "locale.h", "", "struct lconv", "int_n_sep_by_space", "char"]
37+ - [C11, "locale.h", "", "struct lconv", "int_p_sign_posn", "char"]
38+ - [C11, "locale.h", "", "struct lconv", "int_n_sign_posn", "char"]
0 commit comments