impc:ti:gl-proc-alist-index   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/external/gl/gl-getprocaddress.xtm

Implementation

(define impc:ti:gl-proc-alist-index
  (let ()
    (lambda (gl-proc-name)
      (let ((res (assoc-strcmp gl-proc-name *impc:ti:gl-proc-alist*)))
        (if res (cdr res) #f)))))


Back to Index