#include <libc.h>
#include <sysinfo.h>
#include <str.h>
#include <errno.h>
#include <malloc.h>
#include <bool.h>
Go to the source code of this file.
Functions | |
void * | sysinfo_get_data (const char *path, size_t *size) |
Get sysinfo binary data. | |
static int | sysinfo_get_data_size (const char *path, size_t *size) |
Get sysinfo binary data size. | |
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.c.