mirror of
https://github.com/fail0verflow/mini.git
synced 2025-02-21 05:52:01 +01:00
8 lines
91 B
C
8 lines
91 B
C
![]() |
#ifndef __EXCEPTION_H__
|
||
|
#define __EXCEPTION_H__
|
||
|
|
||
|
void exception_initialize(void);
|
||
|
|
||
|
#endif
|
||
|
|