tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
|
Go to the source code of this file.
Functions | |
enum run_result | run_child_processes (int proc_id) |
Resume running a process. | |
enum run_result run_child_processes | ( | int | proc_id | ) |
Resume running a process.
Definition at line 5 of file child_processes.c.
References RUN_FAILED, RUN_OK, and show_child_processes().
Referenced by invoke_runner().