📜  err() - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:55.441000             🧑  作者: Mango

代码示例2
The err() and warn() family of functions display a formatted error message on the standard error output.
In all cases, the last component of the program name,
a colon character, and a space are output. 
If the fmt argument is not NULL, the printf(3)-like formatted error message is output.