#include <stdio.h>
#include <stdarg.h>
#include "basext.h"
Go to the source code of this file.
Defines | |
#define | NEXT_ARG argptr = va_arg(marker, void * ); |
Functions | |
int | basext_GetArgsF (pSupportTable pSt, pFixSizeMemoryObject pParameters, char *pszFormat,...) |
|
Referenced by basext_GetArgsF(). |
|
Definition at line 3123 of file basext.c. References besCONVERT2LONG(), besCONVERT2STRING(), besDEREFERENCE(), besFREE(), COMMAND_ERROR_MEMORY_LOW, LONGVALUE(), memcpy(), memory_IsUndef(), NEXT_ARG, NULL, pL, s, STRINGVALUE(), and STRLEN(). Referenced by modu_Init(). |