blob: 40541ec47a92a177cd964bc6eae23866d957acce [file] [log] [blame]
#ifndef WeekendContainsDay_D_H
#define WeekendContainsDay_D_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#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