Y
Hacker News
new
|
ask
|
show
|
jobs
by
fulafel
553 days ago
File I/O would be a can of worms. But "i want to use fprintf" specifically: Stdio files don't need to be backed by Unix FD's. See eg
https://www.gnu.org/software/libc/manual/html_node/Other-Kin...
an eg fmemopen().