网页
图片
视频
学术
词典
地图
更多
航班
笔记本
#pragma
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
So
when
defining
your HLASM
program
in
your
C
code
,
you will
have
to include a #pragma
statement
defining
the
different
linkage
.
因此
,
在
用
C
代码
定义
HLASM
程序
时
,
必须
用
#pragma
语句
定义
不同
的
链接
。
www.ibm.com
2.
However
,
if
your HLASM
program
is
LE
compliant
,
then
this
#pragma
statement
isn't
needed
.
但是
,
如果
HLASM
程序
是
LE
兼容
的
,
就
不
需要
这个
#pragma
语句
。
www.ibm.com
3.
You do
this
using
the #
pragma
export
statement
in
your
C
code
,
or
by
specifying
the EXPORTALL
C
compiler
option
.
这
需要
在
C
代码
中
使用
#pragmaexport
语句
,
或者
指定
EXPORTALLC
编译
器
选项
。
www.ibm.com
4.
pragma
vector
is
used
for specifying
that
the
next
declared
function
is
an
interrupt
service
routine
.
Example
:
#pragma
矢量
用来
指明
接下来
的
声明
函数
是
一个
中断
服务
程序
。
例如
:
wenku.baidu.com