| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 673 人关注过本帖
标题:关于#define borland_dll
取消只看楼主 加入收藏
evilloop
Rank: 2
等 级:论坛游民
帖 子:36
专家分:22
注 册:2011-8-27
结帖率:71.43%
收藏
已结贴  问题点数:20 回复次数:0 
关于#define borland_dll
阅读一个源码的的时候,看到里边很多函数定义的时候会用int borland_dll funcname();的形式来定义
然后追溯到一个头文件看到 #define borland_dll

大部分时候#define后边会是两个参数,但上边的define只有一个参数,而后边的函数定义里又大幅使用,不太明白,有朋友知道什么意思么,求教了

#define borland_dll
typedef unsigned short int usint;
typedef unsigned char uchar;
//#include <windows.h>

#include "error_rtx.h"
#include "error_devio.h"
#include "flags_rtx.h"
#include "exclinuxdef.h"

/* prototypes for driver functions */

#ifdef __cplusplus
extern "C" {
#endif

/* Libdbg.c */
borland_dll char * Print_Error_RTx(int errorcode);
int borland_dll Get_Error_String_RTx(int errcode, char *errstring);

/* Libgen.c */
int     borland_dll  Read_Revision (void);
int     borland_dll  Read_Board_Intr_Status (void);
int     borland_dll  Read_Board_Status (void);
int     borland_dll  Read_Chan_Config_Stat (usint  channel);
int     borland_dll  Reset_Ttag (void);
搜索更多相关主题的帖子: include 朋友 
2013-09-01 11:17
快速回复:关于#define borland_dll
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.046884 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved