/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

  1. extern char *s;
  2. extern int x;
  3. class Sync {
  4. public:
  5. int x;
  6. char *s;
  7. void printer(void);
  8. };