Globals/line_number [ Variables ]

NAME

line_number -- global line counter

PURPOSE

Keeps track of the number of lines that are read from the source file.

AUTHOR

Koessi

SOURCE

int                 line_number = 0;