#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include "sqplus.h"
#include <sqstdio.h>
#include <sqstdmath.h>
#include <sqstdstring.h>
#include <sqstdaux.h>
#include <sqstdblob.h>
Go to the source code of this file.
◆ _CHECK_CALL_STATE
#define _CHECK_CALL_STATE |
Value:if(_CallState == -1) \
throw SquirrelError(sqT("call not initialized"));
Definition at line 160 of file SquirrelVM.cpp.
◆ _DEBUG_DUMP
◆ MAX_EXPANDED_PATH
#define MAX_EXPANDED_PATH 1023 |
◆ STRLEN
#define STRLEN |
( |
|
n | ) |
strlen(n) |