tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
|
Result after parsing an arbitrary string. More...
#include <args.h>
Data Fields | |
os_char ** | argv |
unsigned int | argc |
bool | background |
unsigned int args::argc |
Definition at line 12 of file args.h.
Referenced by args_deep_copy(), args_deep_copy_init(), args_destroy(), args_init_from_str(), cmd_init_from_str(), split_by_whitespaces(), and verify_background().
os_char** args::argv |
Definition at line 11 of file args.h.
Referenced by args_deep_copy(), args_deep_copy_init(), args_destroy(), args_init_from_str(), cmd_init_from_str(), split_by_whitespaces(), and verify_background().
bool args::background |
Definition at line 13 of file args.h.
Referenced by args_deep_copy(), args_deep_copy_init(), args_init_from_str(), and verify_background().