This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wzj
/
Sources_For_Win
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
3952626ba1
Branches
Tags
license-dev
master
Sources_For_...
/
ParaView
/
Lib
/
site-packages
/
cython
/
Debugger
/
Tests
/
cfuncs.c
cfuncs.c
71 B
History
Raw
1
2
3
4
5
6
7
8
void
some_c_function(void)
{
int a, b, c;
a = 1;
b = 2;
}