swig/Examples/php/sync/example.h
2009-04-11 16:46:47 +00:00

9 lines
98 B
C++

extern char *s;
extern int x;
class Sync {
public:
int x;
char *s;
void printer(void);
};