tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
Loading...
Searching...
No Matches
list.c File Reference
#include "list.h"
Include dependency graph for list.c:

Go to the source code of this file.

Functions

enum run_result run_get_list_process ()
 get list all running processes
 

Function Documentation

◆ run_get_list_process()

enum run_result run_get_list_process ( )

get list all running processes

Definition at line 3 of file list.c.

3 {
4 return enum_proc() ? RUN_OK : RUN_FAILED;
5}
bool enum_proc()
List all running processes.
@ RUN_OK
Definition res.h:7
@ RUN_FAILED
Definition res.h:9

References enum_proc(), RUN_FAILED, and RUN_OK.

Referenced by invoke_runner().

Here is the call graph for this function:
Here is the caller graph for this function: