1 #ifndef CollatorMaxVariable_D_H 2 #define CollatorMaxVariable_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 enum CollatorMaxVariable { 15 CollatorMaxVariable_Space = 0, 16 CollatorMaxVariable_Punctuation = 1, 17 CollatorMaxVariable_Symbol = 2, 18 CollatorMaxVariable_Currency = 3, 19 } CollatorMaxVariable; 20 21 typedef struct CollatorMaxVariable_option {union { CollatorMaxVariable ok; }; bool is_ok; } CollatorMaxVariable_option; 22 23 24 25 #endif // CollatorMaxVariable_D_H 26