15#ifndef LEXLEO_STREAM_IO_CREATOR_H
16#define LEXLEO_STREAM_IO_CREATOR_H
stream_io_kind_t
Kind of standard I/O stream requested from a stream_io_creator_t.
Borrower-visible public types for the stream port.
stream_status_t
Public status codes used by the stream port.
Owner-facing creator object for standard I/O-oriented streams.
stream_status_t(* create)(const void *ud, stream_io_kind_t kind, stream_t **out)
Create a standard I/O-oriented stream.
void * ud
Opaque context bound to create.
Private handle structure for a stream_t.