X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=argument.h;fp=argument.h;h=01ae454393dbb35706db160abe37bdc3b38628c1;hb=c91672f948d371d3ba2b1a47db9a31fcabb763f5;hp=0000000000000000000000000000000000000000;hpb=893638e2b94ab197b883c748a0f6044ca78b2072;p=calc.git diff --git a/argument.h b/argument.h new file mode 100644 index 0000000..01ae454 --- /dev/null +++ b/argument.h @@ -0,0 +1,18 @@ +#ifndef __ARGUMENT_H__ +#define __ARGUMENT_H__ + +#include "parser.h" +#include "tabular.h" + +/* global variables */ + +extern tab_t *argument; + +/* argument management */ + +double arg (int n); +double def (int nbops, element_t **ops); + +#endif /* __ARGUMENT_H__ */ + +/* vim: set ts=4 sw=4 et: */