6 lines
82 B
C
6 lines
82 B
C
|
#ifndef _EXCEPTION_H
|
||
|
#define _EXCEPTION_H
|
||
|
|
||
|
void exception_handlers_init();
|
||
|
|
||
|
#endif
|