ftp.nice.ch/pub/next/text/framemaker/filters/la2mml.tar.gz#/output.h

This is output.h in view mode; [Download] [Up]

/* output.h */

/*
 * Copyright (c) 1991  R. Nigel Horspool.
 * All rights reserved.
 *
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/

#define FPR		(void)fprintf
#define OF		outputfile

extern FILE *outputfile;
extern char *currentfamily, *nextfamily;
extern short currentfont, nextfont;
extern short nextsize, currentsize;
extern int discard_output;
extern TEXTMODE curr_matching_mode;
extern char *paratag;

extern void copychar(char);
extern void copystring(char *);
extern void appendchar(char);
extern void appendstring(char *);
extern void newline(void), backup_white_space(void);
extern void register_tag(char *);

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.