码迷,mamicode.com
首页 > 其他好文 > 详细

c中perror函数

时间:2018-05-21 17:01:37      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:cti   target   fun   har   功能   函数   http   输出   errno   

写代码这么久,竟然很少用到perror函数,忘记了其强大的功能。

所在头文件: 

  #include<stdio.h>

函数定义:

       void perror(const char *str);

函数功能:

      将上一个函数发生错误的原因输出到标准设备(stderr)。参数str为所先打印的字符串,后面跟错误原因字符串。错误原因字符串取决于全局变量errno的值。

 

c中perror函数

标签:cti   target   fun   har   功能   函数   http   输出   errno   

原文地址:https://www.cnblogs.com/rohens-hbg/p/9067979.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!