sys:host-to-ip   scheme


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

Implementation

(define sys:host-to-ip
  (lambda (name)
    (cptr->string (host_to_ip name))))


Back to Index