tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
Loading...
Searching...
No Matches
invoke.h
Go to the documentation of this file.
1#pragma once
2
3#include "../core/cmd.h"
4#include "res.h"
5
10enum run_result invoke_runner(const struct cmd *cmd);
enum run_result invoke_runner(const struct cmd *cmd)
Invoke corresponding functions based on cmd's type and value.
Definition invoke.c:22
run_result
Result of the execution of a command line.
Definition res.h:6
Resulting struct after parsing the input.
Definition cmd.h:39