Sortix cross-nightly manual
This manual documents Sortix cross-nightly. You can instead view this document in the latest official manual.
NAME
curses_fileio, getwin, putwin — curses file input/output routinesLIBRARY
Curses Library (libcurses, -lcurses)DESCRIPTION
These functions read and write data to and from files.RETURN VALUES
The getwin() function returns one of the following values:- OK
 - The function completed successfully.
 - ERR
 - An error occurred in the function.