This website requires JavaScript.
Explore
Help
Sign In
thomas.fillod
/
SensingLab3
Watch
1
Star
0
Fork
You've already forked SensingLab3
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
dev
SensingLab3
/
arithmetic.cpp
8 lines
78 B
C++
Raw
Permalink
Blame
History
#
include
"arithmetic.h"
int
add
(
int
a
,
int
b
)
{
int
c
=
a
+
b
;
return
c
;
}
Reference in New Issue
View Git Blame
Copy Permalink