| 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 *interpreter)void init_world(Interp *interpreter)Parrot_init().interpreter should be the root interpreter returned by Parrot_new(NULL).
include/parrot/global_setup.h.
|  |   |