parrotcode: I/O subsystem core functions | |
Contents | C |
src/io/core.c - I/O subsystem core functions
Core functions for initializing and destroying the I/O subsystem within an interpreter.
void Parrot_io_init
STD*
handles.Called when creating an interpreter.
void Parrot_io_finish
void Parrot_IOData_mark
trace_active_PMCs()
to mark the IO data live.src/io/api.c, src/io/unix.c, src/io/win32.c, src/io/portable.c, src/io/buffer.c, src/io/io_private.h.
|