mirror of
https://github.com/mii443/rs-azookey-binding.git
synced 2025-08-22 16:15:35 +00:00
11 lines
121 B
C
11 lines
121 B
C
#ifndef ffi_h
|
|
#define ffi_h
|
|
|
|
#include <stdio.h>
|
|
|
|
#endif
|
|
|
|
struct FFICandidate {
|
|
char *text;
|
|
int correspondingCount;
|
|
}; |