Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 426 Bytes

make-a-FILE-pointer-with-callbacks.md

File metadata and controls

9 lines (6 loc) · 426 Bytes

How do you make a FILE * with callbacks?

How do you make a FILE * that calls your callbacks on fread() and fwrite() instead of writing to a file descriptor.