Provides a higher level interface to finding information about complete processes.
int sh_system(char *command)
Non Terminal-Stealing system call sh_system opens a process for execution, and returns the exit statu...
int sh_pclose(FILE *file)
Conclude a sh_popen stream.
FILE * sh_popen(char *command)
Non Terminal-Stealing popen sh_popen opens a process for execution, providing its output on a stream,...