This website requires JavaScript.
Explore
Help
Sign In
XS-MLVP
/
swig
mirror of
https://github.com/swig/swig.git
Watch
0
Star
0
Fork
You've already forked swig
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7e7bd74ff2
swig
/
Examples
/
php
/
sync
/
example.h
10 lines
98 B
C++
Raw
Blame
History
extern
char
*
s
;
extern
int
x
;
class
Sync
{
public
:
int
x
;
char
*
s
;
void
printer
(
void
)
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink