Glossary

`IOResult`

A function that returns the status code of the last I/O operation when I/O checking is disabled (`{$I-}`). Returns 0 on success and a nonzero error code on failure. Must be called immediately after the I/O operation. (Ch. 13)

Learn More

Related Terms