#include <header.h>
Data Fields |
| unsigned long | hash |
| char * | name |
| char * | value [N_VALUES] |
| size_t | nname |
| | len of name without \0
|
| size_t | nvalue [N_VALUES] |
| | len of value without \0
|
| size_t | cvalue |
| | count of values up to N_VALUE
|
| size_t | size |
| | full size of this header
|
Detailed Description
Definition at line 34 of file header.h.
Field Documentation
count of values up to N_VALUE
Definition at line 56 of file header.h.
len of name without \0
Definition at line 54 of file header.h.
len of value without \0
Definition at line 55 of file header.h.
full size of this header
Definition at line 57 of file header.h.
The documentation for this struct was generated from the following file: