sys:hostname   scheme


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

Implementation

(define sys:hostname
  (lambda ()
    (cptr->string (hostname))))


Back to Index

Similar Entries