This website requires JavaScript.
Explore
Help
Sign In
tesses50
/
cmake-library
Template
Watch
1
Star
0
Fork
You've already forked cmake-library
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
cmake-library
/
src
/
add.c
5 lines
59 B
C
Raw
Permalink
Blame
History
#
include
<add.h>
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}
Reference in New Issue
View Git Blame
Copy Permalink