On Tue, Apr 04, 2017 at 11:06:57AM -0500, Mark Copper wrote: > There is a Perl package, libdevice-usb-perl, in which C code is > "inlined" (using Perl package libinline-c-perl). The first statement > of the inlined C code is > #include <usb.h>
Typically (but not always), C include files will be in a directory named "include", so you can often include that in your search. IRC: /msg judd file include/usb.h judd: Search for include/usb.h in jessie/amd64: libusb-dev: usr/include/usb.h; [etc.]