Open
Description
stdlib
may include a module which provides an interface to the POSIX I/O calls in the C standard library. Such a module would support higher level functionality proposed in #14 on Unix-like platforms.
This module, or specific components, could be conditionally integrated into stdlib
by the build system (CMake, autotools, etc) depending on whether they are available.
Such a module could also be extended to include more POSIX calls, e.g. thread support, memory allocation, lower-level system calls. For now, I'd say to keep the scope more narrow in order to keep it achievable.