garnet/rust/garnet_rs.h
2026-02-19 13:57:14 +00:00

7 lines
109 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
void hello(const char *c);