This website requires JavaScript.
Explore
Help
Sign In
Studium
/
C_CPP
Watch
2
Star
0
Fork
You've already forked C_CPP
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
83923c1e71
C_CPP
/
01_ENV
/
func1.c
6 lines
55 B
C
Raw
Blame
History
#
define func1
int
func2
(
int
x
)
{
return
x
+
10
;
}
Reference in New Issue
View Git Blame
Copy Permalink