mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04: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
|