mini/exception.h

8 lines
91 B
C

#ifndef __EXCEPTION_H__
#define __EXCEPTION_H__
void exception_initialize(void);
#endif