TransformResult.d.h (430B)
1 #ifndef TransformResult_D_H 2 #define TransformResult_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 TransformResult { 15 TransformResult_Modified = 0, 16 TransformResult_Unmodified = 1, 17 } TransformResult; 18 19 typedef struct TransformResult_option {union { TransformResult ok; }; bool is_ok; } TransformResult_option; 20 21 22 23 #endif // TransformResult_D_H