blob: aa4af9555a361bc6d38de6b6cd4ca76a434766a8 [file] [log] [blame]
#ifndef WeekOf_D_H
#define WeekOf_D_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"
#include "WeekRelativeUnit.d.h"
typedef struct WeekOf {
uint8_t week;
WeekRelativeUnit unit;
} WeekOf;
typedef struct WeekOf_option {union { WeekOf ok; }; bool is_ok; } WeekOf_option;
#endif // WeekOf_D_H