tiny-shell
0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
Loading...
Searching...
No Matches
source
runner
launch_executable.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
../core/args.h
"
4
#include "
../os/operations.h
"
5
#include "
res.h
"
6
8
enum
run_result
run_launch_executable
(
const
struct
args
args
);
args.h
run_launch_executable
enum run_result run_launch_executable(const struct args args)
Run the executable foreground.
Definition
launch_executable.c:4
operations.h
res.h
run_result
run_result
Result of the execution of a command line.
Definition
res.h:6
args
Result after parsing an arbitrary string.
Definition
args.h:10
Generated on Mon Jun 16 2025 14:35:16 for tiny-shell by
1.13.2