GBDK 2020 Docs
4.1.1
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
22
void
__HandleCrash
(
void
);
23
static
void
* __CRASH_HANDLER_INIT = &
__HandleCrash
;
24
25
#endif
__HandleCrash
void __HandleCrash(void)