int sign = 0; int func ( int sign ) //违背1 { int local = 0; local = sign; //... return local; } int main ( void ) { //... return ( 0 ); }