#include <able/properties.h>

Go to the source code of this file.
Functions | |
| int | sysinfo_int (property_id_t id, int *val) |
| char * | sysinfo_str (property_id_t id) |
| void * | sysinfo_ptr (property_id_t id) |
| int * | sysinfo_iptr (property_id_t id) |
| property_ent_t * | sysinfo_find (property_id_t id, int no) |
| property_ent_t* sysinfo_find | ( | property_id_t | id, | |
| int | no | |||
| ) |
| int sysinfo_int | ( | property_id_t | id, | |
| int * | val | |||
| ) |
| int* sysinfo_iptr | ( | property_id_t | id | ) |
| void* sysinfo_ptr | ( | property_id_t | id | ) |
| char* sysinfo_str | ( | property_id_t | id | ) |
1.5.6