tiny-shell
0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
Loading...
Searching...
No Matches
source
core
utils.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdbool.h>
4
5
bool
is_number
(
const
char
*c);
6
7
bool
support_color
();
support_color
bool support_color()
Definition
utils.c:58
is_number
bool is_number(const char *c)
Definition
utils.c:8
Generated on Mon Jun 16 2025 14:35:16 for tiny-shell by
1.13.2