小编Exh*_*xho的帖子

不寻常的C函数声明

我目前正在使用一个旧的C库(在90年代早期制作),以下函数声明使我感到困惑:

#define bland_dll
typedef unsigned short int usint;
typedef unsigned char uchar;

int bland_dll Read_Chan (usint channel);
Run Code Online (Sandbox Code Playgroud)

什么是bland_dll函数的名称,它的返回类型之间在做什么?

谢谢你的灯!

c declaration function

11
推荐指数
1
解决办法
156
查看次数

标签 统计

c ×1

declaration ×1

function ×1