home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
pctech
/
feb88.arc
/
BIGFILE3.H
< prev
next >
Wrap
Text File
|
1983-02-02
|
512b
|
18 lines
/* viewparm.h - parameters for view program */
/* number of lines in a display page */
#define PAGE_SIZE 16
/* number of lines of overlap between display pages */
#define LINES_OVERLAP 2
/* special return values from get_next_char and get_previous_char */
/* to indicate that beginning or end of the file has been reached */
#define EOF_MARK -1
#define BOF_MARK -2
/* definition of control char marking the end of a line */
#define END_LINE 10