mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
10 lines
124 B
C
10 lines
124 B
C
#include <stdint.h>
|
|
#include <stddef.h>
|
|
|
|
// Initialize Nim
|
|
void NimMain();
|
|
|
|
char* info(const char* wakuNode);
|
|
|
|
void echo();
|