FML can be called from the outside multiple times by the functions:
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 9 Feb 1995 16:06:04 +0000 (16:06 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 9 Feb 1995 16:06:04 +0000 (16:06 +0000)
commit5f82d212861388cc73741917b38f67d773d01549
tree7e6600d099a18494c2f5216427af74c11e709c45
parent4ccb33b091909c5105ea7a42e476f5679c954162
FML can be called from the outside multiple times by the functions:
fml_exec_call and fml_exec_call_str.
An interactive parameter (-i) to fmltest starts a shell-like
interface to FML by using the fml_exec_call_str function.
fml/Makefile
fml/fml.c
fml/fml.h
fml/fmlcall.c [new file with mode: 0644]
fml/fmlcalls.c [new file with mode: 0644]
fml/fmlp.h
fml/fmltest.c