Programmatic interface to input-files.
This (non-event) macro provides a programmatic interface to the functionality of input-files. It has the form:
(input-files-prog :files ... ; required :path ... ; default "." :preprocess ... ; default nil :preprocess-args ... ; default nil :process ... ; default :validate :keep-going ... ; default nil :std ... ; default 17 :gcc ... ; default nil :short-bytes ... ; default 2 :int-bytes ... ; default 4 :long-bytes ... ; default 8 :long-long-bytes ... ; default 8 :plain-char-signed ... ; default nil )
This is the same as input-files,
except that there is no
Note that the macro implicitly takes state, so it must be used in a context where state is available.