( ) , - , .
, , .
, , , ( , ). , , ( ).
puts.
int puts(const char *s);
C , . , , , puts.
int my_complicated_code( int x, int y, int z);
, , , , , FILE *. puts fputs, FILE *, , , , my_complicated_code, FILE *, .
int my_complicated_code(int x, int y, int z, FILE * out_file);
, , my_complicated_code, FILE *, ( ).
. memcpy , . , , .
, , , , , . , , , .
, , , .