/Sg Compiler Option (C)

Syntax: Default:
/Sg[l] [,r|*] /Sg-
/Sg-  

This option is only valid for C files.

Use /Sg to set left and right margins of the input file and ignore text outside these margins. This option is useful when you use source files that contain columns of characters you want to ignore.

The left margin is set to l. The right margin can be the value r, or you can use an asterisk to denote no right margin. l and r must be from 1 to 65535, and r must be greater than or equal to l.

By default, no margins are set, and the compiler uses the entire input file.



Summary of Compiler Options
Language-Dependent Options