added memory values ram functions
This commit is contained in:

committed by
Aaron Marcher (drkhsh)

parent
c7f3a407f4
commit
688c2d43e2
@ -21,7 +21,10 @@ char *disk_perc(const char *);
|
||||
char *entropy(const char*);
|
||||
char *hostname(const char *);
|
||||
char *ip(const char *);
|
||||
char *ram_free(const char *);
|
||||
char *ram_perc(const char *);
|
||||
char *ram_used(const char *);
|
||||
char *ram_total(const char *);
|
||||
char *temp(const char *);
|
||||
char *vol_perc(const char *);
|
||||
char *wifi_perc(const char *);
|
||||
|
Reference in New Issue
Block a user