Last change
on this file since 6888aa2 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
640 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | /*
|
---|
| 2 | ============================================================================
|
---|
| 3 | pagedefs.h -- externals for pagination functions
|
---|
| 4 | Version 1 -- 1986-11-08 -- D.N. Lynx Crowe
|
---|
| 5 | ============================================================================
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | extern int newsub, minlines, npage, nline, nlpage, martop, marbot, marsize;
|
---|
| 9 |
|
---|
| 10 | extern int (*prhead)();
|
---|
| 11 | extern int newline(), margin(), pgmhdr(), skipnl(), subhdr(), newsect(),
|
---|
| 12 | heading();
|
---|
| 13 |
|
---|
| 14 | extern char *hdr, *verstr, *subhdg;
|
---|
| 15 |
|
---|
| 16 | extern FILE *printer;
|
---|
| 17 | |
---|
Note:
See
TracBrowser
for help on using the repository browser.