diff options
Diffstat (limited to 'sys/fmtio/evexpr.com')
-rw-r--r-- | sys/fmtio/evexpr.com | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/fmtio/evexpr.com b/sys/fmtio/evexpr.com new file mode 100644 index 00000000..65488986 --- /dev/null +++ b/sys/fmtio/evexpr.com @@ -0,0 +1,7 @@ +# EVEXPR common. + +pointer ev_oval # pointer to expr value operand +int ev_getop # user supplied get operand procedure +int ev_ufcn # user supplied function call procedure + +common /xevcom/ ev_oval, ev_getop, ev_ufcn |