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