ListLength.d.h (396B)
1 #ifndef ListLength_D_H 2 #define ListLength_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 ListLength { 15 ListLength_Wide = 0, 16 ListLength_Short = 1, 17 ListLength_Narrow = 2, 18 } ListLength; 19 20 typedef struct ListLength_option {union { ListLength ok; }; bool is_ok; } ListLength_option; 21 22 23 24 #endif // ListLength_D_H