mac-tip/mac-cpp-source/utils/TrapAvail.h

17 lines
186 B
C

/*
* TrapAvailable.c
* by Thomas Tempelmann, macdev@tempel.org
*/
#ifdef __cplusplus
extern "C" {
#endif
Boolean TrapAvailable (short theTrap);
#ifdef __cplusplus
}
#endif
// EOF