home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 254b.lha / AMXLISP_v2.0 / interface-src / osptrs.h < prev    next >
Encoding:
Text File  |  1989-05-10  |  311 b   |  12 lines

  1. /* osptrs.h - system specific function pointers */
  2.  
  3. {   "SYSTEM",         S, xsystem      }, /* 250 */
  4. { "MEMORY-BYTE",      S, xli_mem_b    },
  5. { "MEMORY-WORD",      S, xli_mem_w    },
  6. { "MEMORY-LONG",      S, xli_mem_l    },
  7. { "CALLASM",          S, callasm      },
  8. {"C-TO-STRING",       S, xli_ctos     },
  9.  
  10.  
  11.  
  12.