📄 mn_errno.h
字号:
/***********************************************************
mn_errno.h
-------------------
description : errno define
begin : Wed April 25 2001
copyright : (C) 2001 Beijing Harbour Networks Ltd.
email : chenb@harbournetworks.com
*************************************************************/
#ifndef _MN_ERRNO_H_
#define _MN_ERRNO_H_ 1
#ifdef _cplusplus
extern"C"{
#endif
/**************************************************************
Common Error Defines
***************************************************************/
#define _ERR_EN_CM_NO_MEMORY_ "There's no enough memory for this operate."
#define _ERR_CH_CM_NO_MEMORY_ "系统没有足够的内存完成指定的操作,请稍后再试."
#if 0
char *mn_get_errno_string(int errno);
#endif
#ifdef _cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -