merror.h
来自「MiniSip Client with DomainKeys Authentic」· C头文件 代码 · 共 21 行
H
21 行
#ifndef _MERROR_H#define _MERROR_H#include <libmutil/libmutil_config.h>/** * Purpose: Provide "perror"-like functionality on * all operating systems. * Note: perror is available on windows, but reports * "No error" on system errors. * If compiled with visual studio, then we use * GetLastError+FormatMessage. In all other cases * perror is called. * * See manual page for perror for further information. */LIBMUTIL_API void merror(const char *s);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?