mirror of
https://github.com/ctm/executor.git
synced 2025-01-22 17:32:58 +00:00
7 lines
237 B
C
7 lines
237 B
C
|
|
/* ibutton.c */
|
|
void mydrawcontrol (short varcode, ControlHandle c);
|
|
long mytest (long param, ControlHandle c);
|
|
void mycalc (RgnHandle rgn, ControlHandle c);
|
|
pascal long main (short varcode, ControlHandle c, short message, long param);
|