• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef Decomposed_D_H
2 #define Decomposed_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 struct Decomposed {
15   char32_t first;
16   char32_t second;
17 } Decomposed;
18 
19 typedef struct Decomposed_option {union { Decomposed ok; }; bool is_ok; } Decomposed_option;
20 
21 
22 
23 #endif // Decomposed_D_H
24