summaryrefslogtreecommitdiff
path: root/Examples/php/sync/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php/sync/example.h')
-rw-r--r--Examples/php/sync/example.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Examples/php/sync/example.h b/Examples/php/sync/example.h
new file mode 100644
index 0000000..d67ec21
--- /dev/null
+++ b/Examples/php/sync/example.h
@@ -0,0 +1,9 @@
+extern char *s;
+extern int x;
+
+class Sync {
+ public:
+ int x;
+ char *s;
+ void printer(void);
+};