#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../../getopt.h"
#include "../../report.h"
#include "../../lexer.h"
#include "../../sym.h"
#include "../../expression.h"
#include "../../syntax.h"
#include "../../reader.h"
#include "../../myalloc.h"
#include "../../builder.h"
#include "../../memory.h"
#include "../../execute.h"
#include "../../buildnum.h"
#include "../../conftree.h"
#include "../../filesys.h"
#include "../../errcodes.h"
#include "../../testalloc.h"
#include "../../modumana.h"
Go to the source code of this file.
Defines | |
#define | FULL_PATH_BUFFER_LENGTH 256 |
Functions | |
int | GetC (void *f) |
main (int argc, char *argv[], char *env[]) | |
Variables | |
char ** | _environ |
|
|
|
|
|
Definition at line 30 of file basicc.c. References alloc_Alloc(), alloc_FinishSegment(), alloc_Free(), alloc_InitSegment(), alloc_SegmentLimit(), build_MagicCode(), cft_GetString(), cft_start(), execute_Execute(), free(), FULL_PATH_BUFFER_LENGTH, hook_Init(), iError, memory_InitStructure(), memory_RegisterTypes(), modu_Preload(), MyCONF, NULL, printf(), report_report(), s, szCommandArray, szStringTable, ulGlobalVariables, ulNodeCounter, ulStartNode, and ulStringTableSize. |
|
|