Fml function strsub implemented. New test files marc[45].fml.
[egate.git] / fml / fmlp.h
index f8c9c7a..6c02326 100644 (file)
@@ -2,7 +2,11 @@
  * FML interpreter. Europagate, 1995
  *
  * $Log: fmlp.h,v $
- * Revision 1.11  1995/02/27 09:01:21  adam
+ * Revision 1.12  1995/03/02 08:06:05  adam
+ * Fml function strsub implemented. New test files marc[45].fml.
+ * New test options in fmltest.
+ *
+ * Revision 1.11  1995/02/27  09:01:21  adam
  * Regular expression support. Argument passing by name option. New FML
  * function strlen.
  *
@@ -75,6 +79,7 @@ void fml_node_delete (Fml fml, struct fml_node *fn);
 struct fml_node *fml_node_copy (Fml fml, struct fml_node *fn);
 struct fml_node *fml_mk_node_val (Fml fml, int val);
 int fml_atom_cmp (Fml fml, struct fml_atom *a1, struct fml_atom *a2);
+struct fml_atom *fml_atom_strsub (Fml fml, struct fml_atom *a, int o, int l);
 
 struct token {
     int             kind;