#ifndef WeekendContainsDay_D_H #define WeekendContainsDay_D_H #include #include #include #include #include "diplomat_runtime.h" typedef struct WeekendContainsDay { bool monday; bool tuesday; bool wednesday; bool thursday; bool friday; bool saturday; bool sunday; } WeekendContainsDay; typedef struct WeekendContainsDay_option {union { WeekendContainsDay ok; }; bool is_ok; } WeekendContainsDay_option; #endif // WeekendContainsDay_D_H