#include #include int main(int argc, char **argv) { char *t = meson_print(); printf("%s", t); return 0; }