test: date group_id generation logic (#4045)

This commit is contained in:
Richard Shiue
2023-12-06 12:06:49 +08:00
committed by GitHub
parent 96af012471
commit 99b2b2712b
2 changed files with 35 additions and 78 deletions

View File

@ -3,7 +3,7 @@
#include <stdint.h>
#include <stdlib.h>
int64_t init_sdk(char *path);
int64_t init_sdk(char *data);
void async_event(int64_t port, const uint8_t *input, uintptr_t len);