tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
Loading...
Searching...
No Matches
add_path.h
Go to the documentation of this file.
1#pragma once
2
3#include "../os/type.h"
4#include "res.h"
5
6enum run_result run_add_path(const os_char *new_path);
enum run_result run_add_path(const os_char *new_path)
Definition add_path.c:101
run_result
Result of the execution of a command line.
Definition res.h:6