Difference between revisions of "84PCE:Syscalls:0003B0"
From WikiTI
Line 1: | Line 1: | ||
− | [[Category:84PCE:CCalls:By Name| | + | [[Category:84PCE:CCalls:By Name|AppInit]] |
− | [[Category:84PCE:CCalls:By Address| | + | [[Category:84PCE:CCalls:By Address|021D40 - AppInit]] |
== Synopsis == | == Synopsis == | ||
− | '''Hypothesized Official Name:''' | + | '''Hypothesized Official Name:''' AppInit |
− | '''C Function Address:''' | + | '''C Function Address:''' 021D40h |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
=== Function Prototype === | === Function Prototype === | ||
− | + | void AppInit(int*); | |
=== Arguments === | === Arguments === | ||
− | * | + | * int* - Pointer to custom vector table to copy. |
=== Returns === | === Returns === | ||
− | * | + | * None (void) |
Revision as of 09:51, 22 September 2015
Synopsis
Hypothesized Official Name: AppInit
C Function Address: 021D40h
Function Prototype
void AppInit(int*);
Arguments
- int* - Pointer to custom vector table to copy.
Returns
- None (void)