blob: 0efb1bd8ded59eaae702e53759f9b6b159407e8e [file] [log] [blame]
#include "proto1.h"
int func1p(void)
{
return 1;
}
int func2p(void)
{
return 2;
}
int func3p(void)
{
return 3;
}