Branch

  • Properties

  • Git HTTP https://git.kmx.io/cffi-posix/cffi-unistd.git
    Git SSH git@git.kmx.io:cffi-posix/cffi-unistd.git
    Public access ? public
    Description

    Common Lisp wrapper for unistd.h

    Users
    thodg
    Tags

  • README

  • cffi-unistd
    
    CFFI wrapper for POSIX header unistd.h
    
    Each function is exported twice : once with a C- prefix with C like
    return code semantics; and another time without prefix with Common
    Lisp error signalling.
    
    References :
    http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html