- pipe
int pipe(int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- runLINK
int runLINK()
Run the linker. Return status of execution.
- runProgram
int runProgram()
Run the compiled program.
Return exit status.
- spawnl
int spawnl(int , char* , char* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- spawnlp
int spawnlp(int , char* , char* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- spawnv
int spawnv(int , char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Invoke the linker as a separate process.