Valloc   xtlang


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

Implementation

(bind-func Valloc
  (lambda (size:size_t)
    (gsl_vector_alloc size)))


Back to Index