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