getcttyid.lisp 122 B

12345678910
  1. (in-package :hurd)
  2. (defcfun ("getcttyid" %getcttyid) port)
  3. (defun getcttyid ()
  4. "Get the CTTY port."
  5. (%getcttyid))