B

C Language Manager

C Language Manager

Type Name

lang_c

Title

ANSI C

Description

In general, this manager supports the C expressions and declarations described in the C language reference manual for your system, plus the debugging extensions listed under \Syntax."

Syntax

declaration

Declaration of a type or variable, restricted to the following syntax:

type ref id , . . .

type ref id [bounds] typedef type ref id

type ref: char wchar_t int long long long short float double long double void struct id union id

Language Managers B-3