1 2 3 4 5 6 7 8
#include<lib.h> #include<stdio.h> int main(void) { char *t = meson_print(); printf("%s", t); return 0; }