Skip to content
Snippets Groups Projects
unix.lisp 69.3 KiB
Newer Older
wlott's avatar
wlott committed

(def-alien-routine ("send" unix-send) int
  (fd int)
  (buffer c-string)
  (length int)
  (flags int))