I\'m going through the source code of the \"less\" unix tool by Mark Nudelman, and the beginning of main.c has many of the following:
public int logfile = -
C doesn't have a keyword "public", so it's probably a macro defined in the less source code somewhere.