Files
rs-azookey-binding/azookey-swift/Sources/ffi/include/ffi.h
2025-04-16 03:57:00 +09:00

11 lines
121 B
C

#ifndef ffi_h
#define ffi_h
#include <stdio.h>
#endif
struct FFICandidate {
char *text;
int correspondingCount;
};