1 Star 0 Fork 1

houwentaoff/cgic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
err.h 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
housir 提交于 2014-09-05 17:27 +08:00 . [FEA] Implement the view_page.
/*
* =====================================================================================
* Copyright (c), 2013-2020, Goke.
* Filename: err.h
*
* Description:
* Others:
*
* Version: 1.0
* Date: 2014/8/26 19:48:31
* Revision: none
* Compiler: xxx-gcc
*
* Author: Sean Hou , houwentaoff@gmail.com
* Organization: Goke
* History: Created by housir
*
* =====================================================================================
*/
#ifndef __ERR_H__
#define __ERR_H__
typedef enum GK_ErrorCode_t{
GK_CGI_NO_ERROR=0,
GK_CGI_ERROR,/*return by cgiMain */
GK_CGI_ARGV_ERROR,/* Page argv or other argv*/
GK_MEM_ERROR,
}GK_ErrorCode_e;
#endif//__ERR_H__
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/houwentaoff/cgic.git
git@gitee.com:houwentaoff/cgic.git
houwentaoff
cgic
cgic
master

搜索帮助