int Gstatic = 0; //遵循1 int main ( void ) { static int StateN = 0; //遵循2 if ( 1 == Gstatic ) { StateN = StateN + 1; } return ( 0 ); }