1
0
Fork 0
firefox/intl/icu_capi/bindings/cpp/ICU4XDecomposed.h
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

31 lines
526 B
C++

#ifndef ICU4XDecomposed_H
#define ICU4XDecomposed_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"
#ifdef __cplusplus
namespace capi {
#endif
typedef struct ICU4XDecomposed {
char32_t first;
char32_t second;
} ICU4XDecomposed;
#ifdef __cplusplus
} // namespace capi
#endif
#ifdef __cplusplus
namespace capi {
extern "C" {
#endif
void ICU4XDecomposed_destroy(ICU4XDecomposed* self);
#ifdef __cplusplus
} // extern "C"
} // namespace capi
#endif
#endif