Exit是什么意思?
单词释义:
发音
Exit:[英]['eks?t] [美][?ɡz?t, ?ks?t][1]
词意
n.出口,通道;退场;退去,退出;死亡
vi.离开;退出;退场;去世
复数:exits第三人称单数:exits过去式:exited过去分词:exited现在分词:exiting
EXIT_SUCCESS是C语言头文件库中定义的一个符号常量,在vc++6.0下头文件stdlib.h中定义如下: /* Definition of the argument values for the exit() function */?#define?EXIT_SUCCESS 0 #define EXIT_FAILURE 1 在codeblocks的stdlib.h中这两个符号常量的注释为: These values may be used as exit status codes