#include <libc.h>
Go to the source code of this file.
Enumerations | |
enum | sysinfo_item_tag_t |
Sysinfo value types. | |
Functions | |
void * | sysinfo_get_data (const char *path, size_t *size) |
Get sysinfo binary data. | |
sysinfo_item_tag_t | sysinfo_get_tag (const char *path) |
Get sysinfo item type. | |
int | sysinfo_get_value (const char *path, sysarg_t *value) |
Get sysinfo numerical value. |
Definition in file sysinfo.h.