printYourArgs   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/core/native_app.xtm

Implementation

(bind-func printYourArgs
  (lambda (idx:i32 str:i8*)
    (printf "argument[%d]: %s\n" idx str)
    void))


Back to Index