Next: The Close Function, Previous: The Open Functions, Up: The File Library [Index]
The functions close the file argument if it opened before attempting to (re)open it.
file f_b_affix(file f, data d);
is f, opens the f object file for the d byte array reading
file f_b_bind(file f, data d);
is f, opens the f object file for the d byte array writing. The opened file is not buffered.