|
FORM
4.1
|
#include "form3.h"Go to the source code of this file.
Macros | |
| #define | va_dcl int va_alist; |
| #define | va_start(list) list = (UBYTE *) &va_alist |
| #define | va_end(list) |
| #define | va_arg(list, mode) (((mode *)(list += sizeof(mode)))[-1]) |
Typedefs | |
| typedef UBYTE * | va_list |
Contains the functions that deal with the writing of expressions/terms in a textual representation. (Dutch schrijven = to write)
Definition in file sch.c.
1.8.11