tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
|
#include "utils.h"
#include "../os/operations.h"
#include <stddef.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
bool | is_number (const char *c) |
bool | support_color () |
bool is_number | ( | const char * | c | ) |
Definition at line 8 of file utils.c.
Referenced by cmd_init_from_str().
bool support_color | ( | ) |
Definition at line 58 of file utils.c.
Referenced by format_error(), format_output(), format_success(), format_usage(), and prompt_input().