1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#include "proto1.h" int func1p(void) { return 1; } int func2p(void) { return 2; } int func3p(void) { return 3; }