tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
Loading...
Searching...
No Matches
list.c
Go to the documentation of this file.
1#include "list.h"
2
enum run_result run_get_list_process()
get list all running processes
Definition list.c:3
bool enum_proc()
List all running processes.
run_result
Result of the execution of a command line.
Definition res.h:6
@ RUN_OK
Definition res.h:7
@ RUN_FAILED
Definition res.h:9