PageRenderTime 40ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/php/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
  1. extern char *s;
  2. extern int x;
  3. class Sync {
  4. public:
  5. int x;
  6. char *s;
  7. void printer(void);
  8. };