Next: , Previous: , Up: The File Library   [Index]


13.8.3 The Byte Data Open Functions

The functions close the file argument if it opened before attempting to (re)open it.

f_b_affix

file f_b_affix(file f, data d);

is f, opens the f object file for the d byte array reading

f_b_bind

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.