vprint   xtlang


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

Implementation

(bind-func vprint
  "print a packed float* buffer"
  (lambda (buf len)
    (vprint:[void,float*,i64,i64]* buf len 1)))


Back to Index

Similar Entries