From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/fmtio/evexpr.com | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/fmtio/evexpr.com (limited to 'sys/fmtio/evexpr.com') 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 -- cgit