IsoWeekOfYear.d.h (393B)
1 #ifndef IsoWeekOfYear_D_H 2 #define IsoWeekOfYear_D_H 3 4 #include <stdio.h> 5 #include <stdint.h> 6 #include <stddef.h> 7 #include <stdbool.h> 8 #include "diplomat_runtime.h" 9 10 11 12 13 14 typedef struct IsoWeekOfYear { 15 uint8_t week_number; 16 int32_t iso_year; 17 } IsoWeekOfYear; 18 19 typedef struct IsoWeekOfYear_option {union { IsoWeekOfYear ok; }; bool is_ok; } IsoWeekOfYear_option; 20 21 22 23 #endif // IsoWeekOfYear_D_H