libkeymap  2.0.4
Library to manage the Linux keymaps
Data Fields
lk_array Struct Reference

Basic structure for array implementation. More...

#include <array.h>

Data Fields

void * array
size_t memb
size_t count
size_t total

Detailed Description

Basic structure for array implementation.

The array is designed to store an arbitrary number of similar items.


Field Documentation

void* array

Data pointer.

size_t memb

One element size.

size_t count

Number of elements.

size_t total

Total number of allocated elements.


The documentation for this struct was generated from the following file: