//程序文件1 int zdata = 0; int fadd ( int x, int y ) { int z; z = x + y; return z; }