JavaScript is required to for searching.
跳过导航链接
退出打印视图
Oracle Solaris Studio 12.3:C 用户指南     Oracle Solaris Studio 12.3 Information Library (简体中文)
search filter icon
search icon

文档信息

前言

1.  C 编译器介绍

2.  特定于 C 编译器实现的信息

3.  并行化 C 代码

4.  lint 源代码检验器

5.  基于类型的别名分析

6.  转换为 ISO C

7.  转换应用程序以适用于 64 位环境

8.  cscope:交互检查 C 程序

A.  按功能分组的编译器选项

B.  C 编译器选项参考

C.  实现定义的 ISO/IEC C99 行为

D.  C99 的功能

E.  实现定义的 ISO/IEC C90 行为

F.  ISO C 数据表示法

G.  性能调节

H.  Oracle Solaris Studio C:K&R C 与 ISO C 之间的差异

索引

数字和符号

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

使

线

__DATE__
index iconC.1.11 预处理指令 (J.3.11)
index iconE.1.13.7 (6.8.8) The definitions for __DATE__ and __TIME__ when, respectively, the date and time of translation are not available(转换的日期和时间分别不可用时 __DATE__ 和 __TIME__ 的定义):
ERANGE, index iconC.1.12 库函数 (J.3.12)
FLT_EVAL_METHOD
index iconC.1.12 库函数 (J.3.12)
index iconD.1.1 浮点计算器的精度
NULL, index iconC.1.12 库函数 (J.3.12)
__TIME__
index iconC.1.11 预处理指令 (J.3.11)
index iconE.1.13.7 (6.8.8) The definitions for __DATE__ and __TIME__ when, respectively, the date and time of translation are not available(转换的日期和时间分别不可用时 __DATE__ 和 __TIME__ 的定义):
float.h 中指定, index iconC.1.13 体系结构 (J.3.13)
limits.h 中指定, index iconC.1.13 体系结构 (J.3.13)
stdint.h 中指定, index iconC.1.13 体系结构 (J.3.13)
宏扩展, index icon6.5.4 宏替换