10 lines
93 B
C
10 lines
93 B
C
void api_end(void);
|
|
|
|
int main() {
|
|
*((char *) 0x00102600) = 0;
|
|
|
|
api_end();
|
|
|
|
return 0;
|
|
}
|