xhid_dump   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/hid.xtm

Implementation

(bind-func xhid_dump
  (lambda (hid)
    (let ((stdout (fdopen 0 "w")))
      (hid_dump_tree stdout hid))))


Back to Index

Similar Entries