home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lisp / interpre / xlispplu / xlisp2tc / osptrs.h < prev    next >
Encoding:
Text File  |  1988-04-09  |  337 b   |  11 lines

  1. /* osptrs.h - system specific function pointers */
  2.  
  3. {    "SYSTEM",    S,    xsystem    },
  4. {    "GET-KEY",    S,    xgetkey    },
  5. {       "BUTLAST",      S,      xbutlast },
  6. {       "NBUTLAST",     S,      xnbutlast },
  7. {       "COPY-TREE",    S,      xcopytree },
  8. {       "EVERY",        S,      xevery },
  9. {       "NREVERSE",     S,      xnreverse },
  10.  
  11.