#include <header_internal.h>
Public Types | |
| enum | { PTOK_NONE = 0, PTOK_TAG, PTOK_ARRAY, PTOK_STRING, PTOK_COND } |
Data Fields | |
| enum sprintfToken:: { ... } | type |
| union { | |
| struct { | |
| sprintfToken format | |
| int numTokens | |
| } array | |
| struct sprintfTag tag | |
| struct { | |
| char* string | |
| int len | |
| } string | |
| struct { | |
| sprintfToken ifFormat | |
| int numIfTokens | |
| sprintfToken elseFormat | |
| int numElseTokens | |
| struct sprintfTag tag | |
| } cond | |
| } | u |
|
|
Definition at line 97 of file header_internal.h. |
|
|
|
|
|
|
|
|
Definition at line 117 of file header_internal.h. |
|
|
Definition at line 106 of file header_internal.h. |
|
|
Definition at line 115 of file header_internal.h. |
|
|
Definition at line 112 of file header_internal.h. |
|
|
Definition at line 118 of file header_internal.h. |
|
|
Definition at line 116 of file header_internal.h. |
|
|
Definition at line 107 of file header_internal.h. |
|
|
|
|
|
Definition at line 111 of file header_internal.h. |
|
|
Definition at line 119 of file header_internal.h. |
|
|
|
|
|
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001