mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-06 07:12:45 +00:00
11 lines
212 B
C
11 lines
212 B
C
![]() |
#include <stdarg.h>
|
||
|
#include <stdbool.h>
|
||
|
#include <stdint.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
|
||
|
int64_t init_sdk(char *path);
|
||
|
|
||
|
void async_command(int64_t port, const uint8_t *input, uintptr_t len);
|
||
|
|
||
|
void link_me_please(void);
|