PackageName
Docs
Loading...
Searching...
No Matches
template.c
Go to the documentation of this file.
1
#include "
PackageName/template.h
"
2
3
int
add
(
int
pA,
int
pB) {
return
pA + pB; }
4
5
int
subtract
(
int
pA,
int
pB) {
return
pA - pB; }
add
int add(int pA, int pB)
Add two integers.
Definition
template.c:3
subtract
int subtract(int pA, int pB)
Subtract two integers.
Definition
template.c:5
template.h
src
template.c
Generated by
1.12.0