Загрузить файлы в «/»
This commit is contained in:
parent
d9bce24e52
commit
298bfe2189
17
config.h
Normal file
17
config.h
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
#ifndef CONFIG_H
|
||||||
|
#define CONFIG_H
|
||||||
|
|
||||||
|
void (*FUNCS[])(void) = {
|
||||||
|
PrintOs,
|
||||||
|
GetAvg,
|
||||||
|
GetKernel,
|
||||||
|
GetShell,
|
||||||
|
GetUptime,
|
||||||
|
GetUser,
|
||||||
|
GetPkgs,
|
||||||
|
GetArch,
|
||||||
|
Blank,
|
||||||
|
PrintColors
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user