• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef WeekOf_D_H
2 #define WeekOf_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 #include "WeekRelativeUnit.d.h"
11 
12 
13 
14 
15 typedef struct WeekOf {
16   uint8_t week;
17   WeekRelativeUnit unit;
18 } WeekOf;
19 
20 typedef struct WeekOf_option {union { WeekOf ok; }; bool is_ok; } WeekOf_option;
21 
22 
23 
24 #endif // WeekOf_D_H
25