Hash :
abbe3fac
Author :
Thomas de Grivel
Date :
2017-05-21T16:41:38
(in-package :common-lisp)
(defpackage :cffi-unistd
(:nicknames :unistd)
(:use
:cffi
:cffi-errno
:common-lisp)
(:shadow
#:close)
(:export
#:c-read
#:c-close
#:close
#:c-write
#:c-pipe
#:pipe
#:with-pipe
#:fd-stream
#:fd-stream-error
#:fd-stream-closed-error
#:+buffer-size+
#:fd-input-stream
#:stream-input
#:fd-output-stream
#:stream-output
#:pipe-stream
#:fd-io-stream
#:dual-pipe-stream))