ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Go to the source code of this file.
Functions | |
int | TestFunction3 () |
int | TestFunction2 () |
int | testFunction1 () |
int | main () |
int main | ( | void | ) |
int testFunction1 | ( | ) |
int TestFunction2 | ( | ) |
Definition at line 35 of file callstacktest.c.
References TestFunction3().
Referenced by testFunction1().
int TestFunction3 | ( | ) |
A bunch of test function that we use to test the stacktrace.
Definition at line 17 of file callstacktest.c.
References ps2GetStackTrace().
Referenced by TestFunction2().