tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
|
#include "core/config.h"
#include "core/io_wrap.h"
#include "os/operations.h"
#include "runner/invoke.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 11 of file main.c.
References APP_NAME, APP_VERSION, cmd_destroy(), format_error(), format_success(), has_shell_env(), invoke_runner(), io_set_last_status(), io_set_prompt_visibility(), io_set_text_white(), RUN_EXIT, and scan_input().