C 语言标准库<stdio.h> 函数**void perror(const char *str)** 把一个描述性错误消息输出到标准错误stderr。 首先输出字符串**str** ,后跟一个冒号,然后是一个空格。
確定! 回上一頁