#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <pthread.h>
#include <simgear/nasal/nasal.h>
#include <simgear/io/sg_mmap.hxx>
#include <simgear/misc/sg_path.hxx>
Go to the source code of this file.
◆ HAVE_SQLITE
◆ NASTR
Value:naStr_fromdata(naNewString(ctx), (s), strlen((s)))
Definition at line 61 of file nasal-bin.cxx.
◆ checkError()
void checkError |
( |
naContext | ctx | ) |
|
◆ initAllowedPaths()
static void initAllowedPaths |
( |
| ) |
|
|
static |
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
◆ print()
static naRef print |
( |
naContext | c, |
|
|
naRef | me, |
|
|
int | argc, |
|
|
naRef * | args ) |
|
static |