17.05.2015 Views

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Introduction - Style and Symbol Conventions<br />

1.3 Style and Symbol Conventions<br />

• In this document, program listings or examples, interactive displays,<br />

filenames, file contents, and symbol names are shown in a special<br />

font. Examples may use a bold version of the special font<br />

for emphasis. Here is a sample declaration:<br />

#include <br />

int free(pointer)<br />

char *pointer;<br />

Some examples show screen displays in the special font; the part of<br />

the display that you enter is shown in the bold special font. In the<br />

following example, you enter the first line to invoke the parser; the next<br />

three lines are messages that the parser prints to the screen.<br />

gspcc program<br />

C <strong>Compiler</strong>,<br />

Version 3.xx<br />

(c) Copyright 1988, Texas Instruments Incorporated<br />

"program.c" ==> main<br />

• In syntax descriptions, the instruction, command, or directive is in a bold<br />

face font. Parameters are in italics. Here is an example of directive<br />

syntax:<br />

#line integer-constant {" filename"]<br />

#line is a preprocessor directive. This directive has two parameters, indicated<br />

by integer-constant and "filename". When you use #Iine, the<br />

first parameter must be an actual integer constant; the second parameter<br />

must be the name of a file, enclosed in double quotes.<br />

• Square brackets ( [ ] ) indicate an optional parameter. Here's an example<br />

of a command that has three optional parameters:<br />

gspcpp [input file {output file]] {options]<br />

Square brackets are also used as part of the pathname specification for<br />

VMS path names; in this case, the brackets are actually part of the pathname<br />

(they aren't optional).<br />

1-5

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!