Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. 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.