getcwdir.lisp 152 B

12345678910
  1. (in-package :hurd)
  2. (defcfun ("getcwdir" %getcwdir) file-t)
  3. (defun getcwdir ()
  4. "Get a file port name of current working directory."
  5. (%getcwdir))