Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
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