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

Go to the source code of this file.

Enumerations

enum  run_result { RUN_OK , RUN_EXIT , RUN_FAILED }
 Result of the execution of a command line. More...
 

Enumeration Type Documentation

◆ run_result

enum run_result

Result of the execution of a command line.

Enumerator
RUN_OK 
RUN_EXIT 
RUN_FAILED 

Definition at line 6 of file res.h.

6 {
7 RUN_OK,
10}
@ RUN_OK
Definition res.h:7
@ RUN_EXIT
Definition res.h:8
@ RUN_FAILED
Definition res.h:9