GBDK 2020 Docs
API Documentation for GBDK 2020
crash_handler.h
Go to the documentation of this file.
1
15
#ifndef __CRASH_HEANDLER_INCLUDE
16
#define __CRASH_HEANDLER_INCLUDE
17
22
void
__HandleCrash
();
23
static
void
* __CRASH_HEANDLER_INIT = &
__HandleCrash
;
24
25
#endif
__HandleCrash
void __HandleCrash()