;;;; run.scm (use inline) (inline "void foo(char *msg) { fputs(msg, stdout); }") (foo "this is a test.\n")