NAME ^

config/gen/platform/generic/exec.c

DESCRIPTION ^

system() stuff

Functions ^

INTVAL Parrot_Run_OS_Command(Parrot_Interp interp, STRING *command)

Spawn off a subprocess and wait for the damn thing to complete, returning the return value of the process

INTVAL Parrot_Run_OS_Command_Argv(Parrot_Interp interp, PMC *cmdargs)

TODO: Not yet documented!!!

void Parrot_Exec_OS_Command(Parrot_Interp interp, STRING *command)

TODO: Not yet documented!!!


parrot