summaryrefslogtreecommitdiff
path: root/test2.c
blob: fb75b0a3bd863ec1b53e44ebfbaf65eedfef0feb (plain)
1
2
3
4
5
6
#include <tcclib.h>
#include "test2.h"

int add(int a, int b) {
	return a + b;
}