#include int bar (void) { static char *fmt = "%s\n"; trace_printk (fmt, "hello world"); return 0; }