// "cfa -CFA fwrite.c > fwrite.i" // "cfa fwrite.i" extern "C" { #include } int main() { fwrite( "test\n", 5, 1, stdout ); }