class Program * Program
Definition: main.cpp:40
amath
1.8.5
Simple command line calculator
|
#include "amath.h"
#include "amathc.h"
#include "system/program.h"
#include "system/program_stdc.h"
#include "system/program_amiga.h"
#include "system/program_haiku.h"
#include "system/program_test.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
const char * | vers = TXTDOSVERSION |
class Program * | Program = nullptr |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 100 of file main.cpp.
References FreeAllSafe(), Program::GetExitStatus(), Program::Initialize(), StandardProgram::StandardProgram(), and Program::Start().
const char* vers = TXTDOSVERSION |