Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C - <b>#line line control</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
#line                    Line Control

 #line integer-constant ["filename"]

    Instructs the preprocessor to change the current line number to
    integer-constant and the current source file name to filename.

      Notes:    This directive is typically used by programs that
                automatically generate C source.

                integer-constant is interpreted as a decimal number.

                If filename is omitted, the current file name is
                unchanged.

                The current line number and file name are always
                available through the predefined macros __LINE__ and
                __FILE__, respectively.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson