Cyclone Scheme  0.4
Macros | Functions
mstreams.c File Reference
#include "cyclone/types.h"
#include "cyclone/runtime.h"
#include <errno.h>

Macros

#define closcall1(td, clo, a1)
 
#define return_closcall1(td, clo, a1)
 

Functions

object Cyc_heap_alloc_port (void *data, port_type *p)
 
void Cyc_io_get_output_bytevector (void *data, object cont, object port)
 
void Cyc_io_get_output_string (void *data, object cont, object port)
 
port_typeCyc_io_open_input_bytevector (void *data, object bv)
 
port_typeCyc_io_open_input_string (void *data, object str)
 
port_typeCyc_io_open_output_string (void *data)