mirror of
https://github.com/fail0verflow/mini.git
synced 2026-04-05 00:04:47 -05:00
8 lines
91 B
C
8 lines
91 B
C
#ifndef __EXCEPTION_H__
|
|
#define __EXCEPTION_H__
|
|
|
|
void exception_initialize(void);
|
|
|
|
#endif
|
|
|