JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.2: C User's Guide
search filter icon
search icon

Document Information

Preface

1.  Introduction to the C Compiler

2.  C-Compiler Implementation-Specific Information

3.  Parallelizing C Code

4.  lint Source Code Checker

5.  Type-Based Alias Analysis

6.  Transitioning to ISO C

7.  Converting Applications for a 64-Bit Environment

8.  cscope: Interactively Examining a C Program

A.  Compiler Options Grouped by Functionality

B.  C Compiler Options Reference

C.  Implementation-Defined ISO/IEC C99 Behavior

D.  Supported Features of C99

E.  Implementation-Defined ISO/IEC C90 Behavior

F.  ISO C Data Representations

G.  Performance Tuning

H.  The Differences Between K&R Solaris Studio C and Solaris Studio ISO C

Index

Numbers and Symbols

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

N

-n, 4.3.28 -n
-native, B.2.51 -native
-Ncheck, 4.3.26 -Ncheck=c
newline, terminating, E.1.14.11 (7.9.2) Whether the last line of a text stream requires a terminating new-line character:
-Nlevel, 4.3.27 -Nlevel=n
-nofstore, B.2.52 -nofstore
nonstop, floating-point arithmetic, 2.4 Floating Point, Nonstandard Mode
NULL, value of, E.1.14.1 (7.1.6) The null pointer constant to which the macro NULL expands:
null characters not appended to data, E.1.14.13 (7.9.2) The number of null characters that may be appended to data written to a binary stream:
NULL macro, C.1.12 Library Functions (J.3.12)