1 2 3 4 5 6 7 8 9
<%= header 'c.hdr' %> #include <stdio.h> int hello() { printf ("hello world"); return 0; }