tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
|
#include "list.h"
Go to the source code of this file.
Functions | |
enum run_result | run_get_list_process () |
get list all running processes | |
enum run_result run_get_list_process | ( | ) |
get list all running processes
Definition at line 3 of file list.c.
References enum_proc(), RUN_FAILED, and RUN_OK.
Referenced by invoke_runner().