NAME
config/gen/platform/generic/exec.c
DESCRIPTION
system() stuff
Functions
INTVAL Parrot_Run_OS_Command(PARROT_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, PMC *cmdargs)
RT#48260: Not yet documented!!!
void Parrot_Exec_OS_Command(PARROT_INTERP, STRING *command)
RT #48260: Not yet documented!!!