查看会员资料
用 户 名:刘***
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
Linux_C-the-error-trapping
- Linux_C下的错误捕获.经常在调用linux 系统api 的时候会出现一些错误,比方说使用open() write() creat()之类的函数有些时候会返回-1,也就是调用失败,这个时候往往需要知道失败的原因。这个时候使用errno这个全局变量就相当有用了。-Linux_C the error trapping. Often called api linux system when there will be some errors, for example using the open