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