tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
Loading...
Searching...
No Matches
add_path.h File Reference
#include "../os/type.h"
#include "res.h"
Include dependency graph for add_path.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

enum run_result run_add_path (const os_char *new_path)
 

Function Documentation

◆ run_add_path()

enum run_result run_add_path ( const os_char * new_path)

Definition at line 101 of file add_path.c.

101 {
102 return add_path(new_path) ? RUN_OK : RUN_FAILED;
103}
bool add_path(const os_char *new_path)
Definition add_path.c:74
@ RUN_OK
Definition res.h:7
@ RUN_FAILED
Definition res.h:9

References add_path(), 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: