mn_errno.h

来自「hammerOS(了解的人就知道了)的一个板块Manage的源代码」· C头文件 代码 · 共 39 行

H
39
字号
/***********************************************************
                          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 + =
减小字号Ctrl + -
显示快捷键?