mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 21:09:52 +00:00
7 lines
127 B
C
7 lines
127 B
C
#ifndef _ULTRAERROR_H_
|
|
#define _ULTRAERROR_H_
|
|
|
|
typedef void (*OSErrorHandler)(/* ECOFF does not store param types */);
|
|
|
|
#endif
|