#include "PackageName/template.h"
Go to the source code of this file.
Functions | |
int | add (int pA, int pB) |
Add two integers. | |
int | subtract (int pA, int pB) |
Subtract two integers. | |
int add | ( | int | pA, |
int | pB ) |
Add two integers.
pA | First integer |
pB | Second integer |
Definition at line 3 of file template.c.
int subtract | ( | int | pA, |
int | pB ) |
Subtract two integers.
pA | First integer |
pB | Second integer |
Definition at line 5 of file template.c.