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/mwcs/mwcs.com | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/mwcs/mwcs.com (limited to 'sys/mwcs/mwcs.com') diff --git a/sys/mwcs/mwcs.com b/sys/mwcs/mwcs.com new file mode 100644 index 00000000..80c2b79d --- /dev/null +++ b/sys/mwcs/mwcs.com @@ -0,0 +1,8 @@ +# MWCS common. Used for things that are global and don't change, i.e., +# the WCS function drivers. + +int fn_nfn # number of defined functions +int fn_table[LEN_FN,MAX_FN] # function table +char fn_names[SZ_FNNAME,MAX_FN] # function names + +common /mwcscom/ fn_nfn, fn_table, fn_names -- cgit