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