• Scieneer Common Lisp 1.3.9 online documentation

    alien:def-alien-variable name type[Macro]

    Define name as an external alien variable of type type. name should be a list of a string holding the alien name and a symbol to use as the Lisp name. If name is just a symbol or string, then the other name is guessed from the one supplied.

  •