hfree   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/base/base.xtm

Implementation

(bind-func hfree:[void,Symbol*]*
  (lambda (x)
    (free (tref x 1))
    (free x)
    void))


Back to Index

Similar Entries