hostname   xtlang


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

Implementation

(bind-func hostname
  (lambda ()
    (let ((name:i8* (halloc 128)))
      (gethostname name 128)
      name)))


Back to Index

Similar Entries