17 lines
122 B
C
Raw Normal View History

2019-11-11 23:01:05 +01:00
#include "proto1.h"
int func1p(void)
{
return 1;
}
int func2p(void)
{
return 2;
}
int func3p(void)
{
return 3;
}