CollatorStrength.d.h (540B)
1 #ifndef CollatorStrength_D_H 2 #define CollatorStrength_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 CollatorStrength { 15 CollatorStrength_Primary = 0, 16 CollatorStrength_Secondary = 1, 17 CollatorStrength_Tertiary = 2, 18 CollatorStrength_Quaternary = 3, 19 CollatorStrength_Identical = 4, 20 } CollatorStrength; 21 22 typedef struct CollatorStrength_option {union { CollatorStrength ok; }; bool is_ok; } CollatorStrength_option; 23 24 25 26 #endif // CollatorStrength_D_H