Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 311 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 311 Bytes

libc-misc

Common Lisp CFFI bindings and misc helpers for interfacing with libc and the host OS.

  • Memory allocation
  • Errno checking and interrupted system call retrying
  • File descriptor-based anonymous tempfiles, file opening, locking, and blocking/non-blocking IO
  • Resource limits
  • Sendfile()