github.com/moontrade/nogc@v0.1.7/collections/tree/cmd/api.c (about) 1 #include <stdlib.h> 2 #include <stdint.h> 3 4 void do_stub() {} 5 6 void* run_it() { 7 return malloc(128); 8 } 9