博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
return EXIT_SUCCESS
阅读量:4167 次
发布时间:2019-05-26

本文共 150 字,大约阅读时间需要 1 分钟。

stdlib里面定义的宏而已,至于意思,楼主看不懂英文?

C/C++ code
1
2
3
4
5
/*
 
* These values may be used as exit status codes.
 
*/
#define    EXIT_SUCCESS    0
#define    EXIT_FAILURE    1

转载地址:http://cghxi.baihongyu.com/

你可能感兴趣的文章
PyMongo基本使用
查看>>
设计模式六大原则(3):依赖倒置原则
查看>>
设计模式六大原则(2):里氏替换原则
查看>>
设计模式六大原则(1):单一职责原则
查看>>
设计模式六大原则(6):开闭原则
查看>>
设计模式六大原则(4):接口隔离原则
查看>>
设计模式六大原则(5):迪米特法则
查看>>
mysql索引与视图【仅提供地址】
查看>>
【MongoDB】Serveral common command of MongoDb
查看>>
【MongoDB】The basic operation of Mongodb, Insert\Query\Delete\Update
查看>>
【MongoDB】The high Query operation of MongoDB(一)
查看>>
【MongoDB】The high query operation of MongoDB(二)
查看>>
【MongoDB】The Regex Expression query of MongoDB
查看>>
软件开发模型【仅提供链接】
查看>>
【MongoDB】The high query operation of MongoDB(三)
查看>>
python中thread的setDaemon、join的用法
查看>>
【MonogoDB】The high update operation of MongoDB
查看>>
MySQL集群简介与配置详解
查看>>
MySQL数据库集群进行正确配置步骤
查看>>
mongodb数据导入导出以及备份恢复
查看>>