summaryrefslogtreecommitdiff
path: root/Examples/php4/sync/example.h
blob: d67ec21dc7a24cc0ce1b51ab1a1a30b081e87e92 (plain)
1
2
3
4
5
6
7
8
9
extern char *s;
extern int x;

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