//程序文件2 extern int zdata; //遵循1 int main ( void ) { short x, y; x = 1; y = 2; zdata = x + y; return ( 0 ); }