GetMem add

This commit is contained in:
Your Name 2023-12-15 17:02:25 +03:00
parent ede4cea77c
commit 14fce9786e
4 changed files with 39 additions and 8 deletions

View file

@ -20,8 +20,9 @@ static PARAMETR CONFIG[] = {
{" ARCH ", GetArch},
{" SHELL ", GetShell},
{" PKGS ", GetPkg},
{" RAM ", GetMem},
{" ", Blank},
{" ", PrintColors}
{" COLORS ", PrintColors}
};
#endif