This website requires JavaScript.
Explore
Help
Sign in
Imbus
/
C-testing-grounds
Watch
1
Fork
You've already forked C-testing-grounds
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
0eb4680c48
C-testing-grounds
/
libadd
/
add.c
Imbus
0eb4680c48
Demo static lib
2024-04-10 10:39:10 +02:00
1 line
40 B
C
Raw
Blame
History
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}
Reference in a new issue
View git blame
Copy permalink