void ns(char *, char *); int main(void) { ns("setstr", "Hello World!\n"); ns("print", ""); return 0; }