1: /* $Header: artio.h,v 4.3 85/05/01 11:35:43 lwall Exp $
2: *
3: * $Log: artio.h,v $
4: * Revision 4.3 85/05/01 11:35:43 lwall
5: * Baseline for release with 4.3bsd.
6: *
7: */
8:
9: EXT ART_POS artpos INIT(0); /* byte position in article file */
10:
11: EXT ART_LINE artline INIT(0); /* current line number in article file */
12: EXT FILE *artfp INIT(Nullfp); /* current article file pointer */
13: EXT ART_NUM openart INIT(0); /* what is the currently open article number? */
14: #ifdef LINKART
15: EXT char *linkartname INIT(nullstr);/* real name of article for Eunice */
16: #endif
17:
18: void artio_init();
19: FILE *artopen(); /* open an article unless already opened */
Defined variables
Usage of this include