types.lisp 243 B

1234567891011121314
  1. (in-package :hurd-common)
  2. (defctype off-t :int "C type off_t")
  3. (defctype loff-t :long-long "C type loff_t")
  4. (defctype ino-t :long-long "C type ino_t")
  5. (defctype pid-t :int "C type pid_t")
  6. (defctype size-t :unsigned-int "C type size_t")