#include <header.h>
Public Attributes | |
enum headerSprintfExtenstionType | type |
char* | name |
union { | |
void* generic | |
headerTagFormatFunction formatFunction | |
headerTagTagFunction tagFunction | |
struct headerSprintfExtension* more | |
} | u |
Definition at line 154 of file header.h.
|
HEADER_EXT_TAG extension. |
|
Private extension. |
|
Chained table extension. |
|
Name of extension. |
|
HEADER_EXT_FORMAT extension. |
|
Type of extension. |
|
|