

extern "C"
{

int FunctionName1(int x);
int FunctionName2(int x);
int FunctionName3(int x);

};

