-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Labels
topic: interfaceInterfacing with other libraries or languagesInterfacing with other libraries or languages
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.
Metadata
Metadata
Assignees
Labels
topic: interfaceInterfacing with other libraries or languagesInterfacing with other libraries or languages