mac-tip/mac-cpp-source/utils/TrapAvail.h
2021-11-26 14:30:41 -07:00

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