tiny-shell
0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
Loading...
Searching...
No Matches
source
runner
cd.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
../os/type.h
"
4
#include "
res.h
"
5
7
enum
run_result
run_cd
(os_char *new_dir);
run_cd
enum run_result run_cd(os_char *new_dir)
Change current working directory.
Definition
cd.c:4
res.h
run_result
run_result
Result of the execution of a command line.
Definition
res.h:6
type.h
Generated on Mon Jun 16 2025 14:35:16 for tiny-shell by
1.13.2