/* osptrs.h - system specific function pointers */

{   "SYSTEM",         S, xsystem      }, /* 250 */
{ "MEMORY-BYTE",      S, xli_mem_b    },
{ "MEMORY-WORD",      S, xli_mem_w    },
{ "MEMORY-LONG",      S, xli_mem_l    },
{ "CALLASM",          S, callasm      },
{"C-TO-STRING",       S, xli_ctos     },



