#include "calculator.h"Functions | |
| int | add (int a, int b) |
| Adds two numbers. | |
| int | subtract (int a, int b) |
| Subtracts two numbers. | |
| int add | ( | int | a, |
| int | b ) |
Adds two numbers.
| a | The first operand. |
| b | The second operand. |
| int subtract | ( | int | a, |
| int | b ) |
Subtracts two numbers.
| a | The first operand. |
| b | The second operand. |