#include
void exit( int exit_code );
The exit() function stops the program. exit_code is passed on to be the return value of the program, where usually zero indicates success and non-zero indicates an error.
你这是一个内部函数吧。。。你要调用相应的函数库的,包含相应的头文件的。。
缺少头文件