parrotcode: Global setup | |
Contents | C |
src/global_setup.c - Global setup
Performs all the global setting up of things. This includes the (very few) global variables that Parrot totes around.
What are these global variables?
void Parrot_set_config_hash_internal(const unsigned char *parrot_config, unsigned int parrot_config_size)
void parrot_set_config_hash_interpreter(Interp *interp)
void init_world(Interp *interp)
Parrot_init()
.interp
should be the root interpreter returned by Parrot_new(NULL)
.include/parrot/global_setup.h.
|