#include #include "dotalib.h" int main(int argc, char** argv) { println("hello world"); char* s = get_str_mut(); printf("Get: %s\n", s); free(s); }