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 "../profile.h"
#include "../../debug/debug.h"
#include <stdio.h>

Go to the source code of this file.

Functions

const char * DebugGetDefaultCommands (void)
 Determines default commands to be executed at startup.
 
void calcThis (void)
 
void calcThat (void)
 
void recursion2 (int level)
 
void recursion (int level)
 
void recursionShell (void)
 
void showResults (void)
 
void main (void)
 

Variables

int q
 

Function Documentation

◆ calcThat()

void calcThat ( void )

Definition at line 45 of file test1.cpp.

◆ calcThis()

void calcThis ( void )

Definition at line 40 of file test1.cpp.

◆ main()

void main ( void )

Definition at line 81 of file test1.cpp.

◆ recursion()

void recursion ( int level)

Definition at line 56 of file test1.cpp.

◆ recursion2()

void recursion2 ( int level)

Definition at line 63 of file test1.cpp.

◆ recursionShell()

void recursionShell ( void )

Definition at line 68 of file test1.cpp.

◆ showResults()

void showResults ( void )

Definition at line 74 of file test1.cpp.

Variable Documentation

◆ q

int q

Definition at line 94 of file test1.cpp.