GBDK 2020 Docs  4.4.0
API Documentation for GBDK 2020
All Data Structures Files Functions Variables Typedefs Macros Modules Pages
crash_handler.h
Go to the documentation of this file.
1 
15 #ifndef __CRASH_HANDLER_INCLUDE
16 #define __CRASH_HANDLER_INCLUDE
17 
22 void __HandleCrash(void);
23 static void * __CRASH_HANDLER_INIT = &__HandleCrash;
24 
25 #endif
void __HandleCrash(void)