8 lines
77 B
C
8 lines
77 B
C
|
|
|
|
|
|
|
|
#define WINDOW win
|
|
#define P_(args) args
|
|
extern void f P_((WINDOW win));
|