| libkeymap
    2.0.1
    Library to manage the Linux keymaps | 
Basic structure for array implementation. More...
#include <array.h>
| Data Fields | |
| void * | array | 
| size_t | memb | 
| size_t | count | 
| size_t | total | 
Basic structure for array implementation.
The array is designed to store an arbitrary number of similar items.
| void* array | 
Data pointer.
| size_t memb | 
One element size.
| size_t count | 
Number of elements.
| size_t total | 
Total number of allocated elements.
 1.7.6.1
 1.7.6.1