Sha256: 96b195686751d1a89d83aafa223ae2ca9b442fdc321545e489dafff5bdadc85c
Contents?: true
Size: 218 Bytes
Versions: 4
Compression:
Stored size: 218 Bytes
Contents
#ifndef LIBUSB_POLL_POSIX_H #define LIBUSB_POLL_POSIX_H #define usbi_write write #define usbi_read read #define usbi_close close #define usbi_poll poll int usbi_pipe(int pipefd[2]); #endif /* LIBUSB_POLL_POSIX_H */
Version data entries
4 entries across 4 versions & 1 rubygems