Cyclone Scheme  0.4
Functions | Variables
System interface

Functions for interacting with the system. More...

Functions

object __halt (object obj)
 
object Cyc_command_line_arguments (void *data, object cont)
 
object Cyc_compilation_environment (void *data, object cont, object var)
 
void Cyc_halt (object obj)
 
object Cyc_installation_dir (void *data, object cont, object type)
 
object Cyc_io_delete_file (void *data, object filename)
 
object Cyc_io_file_exists (void *data, object filename)
 
object Cyc_system (object cmd)
 

Variables

int _cyc_argc
 
char ** _cyc_argv
 

Detailed Description

Functions for interacting with the system.