summaryrefslogtreecommitdiff
path: root/my-common-code/api.c
blob: ec24e0c5cbef1b8a5f72f840906bd100c8ecb4ad (plain)
1
2
3
4
5
6
7

#include "api.h"

int my_func(int a)
{
	return a * 3;
}