source: buchla-68k/orig/GP/PAGEDEFS.H

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 640 bytes
Line 
1/*
2 ============================================================================
3 pagedefs.h -- externals for pagination functions
4 Version 1 -- 1986-11-08 -- D.N. Lynx Crowe
5 ============================================================================
6*/
7
8extern int newsub, minlines, npage, nline, nlpage, martop, marbot, marsize;
9
10extern int (*prhead)();
11extern int newline(), margin(), pgmhdr(), skipnl(), subhdr(), newsect(),
12 heading();
13
14extern char *hdr, *verstr, *subhdg;
15
16extern FILE *printer;
17
Note: See TracBrowser for help on using the repository browser.