void polshtchs(int n, float a[]) { void lintfmpol(float, float, int, float []); void polchs(int, float []); lintfmpol(0.5,0.5,n,a); polchs(n,a); }