summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/c/include/diplomat_result_uint16_t_void.h
blob: 3adeb5f36de31bbcb992e72147d4b43eb9a6f0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef diplomat_result_uint16_t_void_H
#define diplomat_result_uint16_t_void_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"

#ifdef __cplusplus
namespace capi {
extern "C" {
#endif
typedef struct diplomat_result_uint16_t_void {
    union {
        uint16_t ok;
    };
    bool is_ok;
} diplomat_result_uint16_t_void;
#ifdef __cplusplus
} // extern "C"
} // namespace capi
#endif
#endif