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

17 lines
186 B
C
Raw Permalink Normal View History

2021-11-26 21:30:41 +00:00
/*
* TrapAvailable.c
* by Thomas Tempelmann, macdev@tempel.org
*/
#ifdef __cplusplus
extern "C" {
#endif
Boolean TrapAvailable (short theTrap);
#ifdef __cplusplus
}
#endif
// EOF