Output function can be customized.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 Feb 1995 08:51:02 +0000 (08:51 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 Feb 1995 08:51:02 +0000 (08:51 +0000)
include/fml.h

index 8a6e384..05fb04f 100644 (file)
@@ -2,7 +2,10 @@
  * FML interpreter. Europagate, 1995
  *
  * $Log: fml.h,v $
- * Revision 1.1  1995/02/20 21:15:46  adam
+ * Revision 1.2  1995/02/22 08:51:02  adam
+ * Output function can be customized.
+ *
+ * Revision 1.1  1995/02/20  21:15:46  adam
  * Moved files to include.
  *
  * Revision 1.3  1995/02/10  15:50:55  adam
@@ -36,6 +39,7 @@ typedef struct Fml_record {
     char *white_chars;
     char comment_char;
     int (*read_func)(void);
+    void (*write_func)(int ch);
     void (*err_handle)(int no);
 
     int debug;