⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ebcplus.h

📁 eybuild中文手册 eybuild中文手册 eybuild中文手册
💻 H
字号:
/* ebcplus.h - sample C++ wrapper header file */

/* Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved. */

/*
modification history
--------------------
01a, 2006-11-24, newzy   create
*/

#ifndef _INC_EBCPLUS_H_
#define _INC_EBCPLUS_H_

#ifdef __cplusplus

#include <string>
using namespace std;

extern int print(int num);
extern int print(string &str);
extern int ebstrprintf(void * ebfp, const char * str);
extern int ebstrprintf(void * ebfp, string &str);
extern char * getParameter(string &name);
extern char * getCookie(string &name);

#endif /* __cplusplus */


#endif /* _INC_EBCPLUS_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -