garnet/rust/garnet_rs.h

7 lines
109 B
C
Raw Normal View History

2026-02-19 11:08:20 +00:00
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
void hello(const char *c);