This commit is contained in:
Your Name 2023-11-02 18:00:45 +03:00
parent 208725ee0d
commit 135a196f9a
6 changed files with 16 additions and 86 deletions

View file

@ -14,6 +14,7 @@ typedef struct {
static PARAMETR CONFIG[] = {
{"Krnl ", GetKernel},
{"User ", GetUser},
{"Os ", PrintOs},
{" ", Blank},
{" ", PrintColors}