c-kzg-4844/min-bindings/C#/ckzg.c

9 lines
145 B
C
Raw Normal View History

2022-10-04 18:45:12 +00:00
#include <inttypes.h>
#include <stdio.h>
#include "c_kzg_4844.h"
uint64_t hello(uint64_t a) {
printf("Hello World! %lu\n", a);
return 42;
}