parrotcode: config/gen/platform/generic/exec.c | |
Contents | C |
config/gen/platform/generic/exec.c
system() stuff
INTVAL Parrot_Run_OS_Command(Parrot_Interp interp, STRING *command)
INTVAL Parrot_Run_OS_Command_Argv(Parrot_Interp interp, PMC *cmdargs)
void Parrot_Exec_OS_Command(Parrot_Interp interp, STRING *command)
|