/tags/rel-1-3-25/SWIG/Examples/php4/sync/example.h
C++ Header | 9 lines | 8 code | 1 blank | 0 comment | 0 complexity | 7e49d41283cf6120079e89d04ba4eb32 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1extern char *s; 2extern int x; 3 4class Sync { 5 public: 6 int x; 7 char *s; 8 void printer(void); 9};