diff options
Diffstat (limited to 'sys/mwcs/mwcs.com')
-rw-r--r-- | sys/mwcs/mwcs.com | 8 |
1 files changed, 8 insertions, 0 deletions
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 |