/* * usb.h * * Created on: 12 июл. 2022 г. * Author: alexander */ #ifndef USB_H_ #define USB_H_ void printUSB(libusb_device *dev); #endif /* USB_H_ */