|
From: Eli Z. <el...@gn...> - 2018-01-01 04:54:04
|
> Date: Mon, 01 Jan 2018 06:51:46 +0200 > From: Eli Zaretskii <el...@gn...> > Cc: kei...@us... > > . use fwrite instead of printf to output to stdout the stuff read > from the file Actually, it's better to use write() instead of fwrite(). |