tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
|
Go to the source code of this file.
Macros | |
#define | APP_VERSION "0.2" |
#define | APP_NAME "tiny-shell" |
#define | INPUT_BUFFER_SIZE 256 |
#define | CWD_BUFFER_SIZE 256 |
#define | ENVS_RESERVE_SIZE 2048 |
#define | ENV_VAR_BUFFER_SIZE 8192 |
#define | MAX_ARGC 128 |
#define | PATH_MAX 32767 |
#define | TIME_DATE_BUFFER_SIZE 100 |
#define CWD_BUFFER_SIZE 256 |
Definition at line 6 of file config.h.
Referenced by prompt_input().
#define ENV_VAR_BUFFER_SIZE 8192 |
Definition at line 8 of file config.h.
Referenced by run_get_env().
#define INPUT_BUFFER_SIZE 256 |
Definition at line 5 of file config.h.
Referenced by scan_input().
#define MAX_ARGC 128 |
Definition at line 9 of file config.h.
Referenced by split_by_whitespaces().