Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
test1.cpp File Reference
#include "../debug.h"

Go to the source code of this file.

Functions

const char * DebugGetDefaultCommands (void)
 Determines default commands to be executed at startup.
 
bool crash (void)
 
void main (void)
 

Variables

int divByNull
 
unsigned * invalidPtr =(unsigned *)0x666
 
bool thisWillCrash =crash()
 

Function Documentation

◆ crash()

bool crash ( void )

Definition at line 39 of file test1.cpp.

◆ main()

void main ( void )

Definition at line 47 of file test1.cpp.

Variable Documentation

◆ divByNull

int divByNull

Definition at line 36 of file test1.cpp.

◆ invalidPtr

unsigned* invalidPtr =(unsigned *)0x666

Definition at line 37 of file test1.cpp.

◆ thisWillCrash

bool thisWillCrash =crash()

Definition at line 45 of file test1.cpp.