mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 19:25:12 +01:00
8 lines
91 B
C
8 lines
91 B
C
#ifndef __EXCEPTION_H__
|
|
#define __EXCEPTION_H__
|
|
|
|
void exception_initialize(void);
|
|
|
|
#endif
|
|
|