|
| The C language structure convert to windev structure? |
| Iniciado por tyhjmr, 24,may. 2020 16:18 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 24,mayo 2020 - 16:18 |
Dear The C language structure: struct usb_device { struct usb_device *next, *prev;
char filename[LIBUSB_PATH_MAX];
struct usb_bus *bus;
struct usb_device_descriptor descriptor; struct usb_config_descriptor *config;
void *dev; /* Darwin support */
unsigned char devnum;
unsigned char num_children; struct usb_device **children; };
struct usb_bus { struct usb_bus *next, *prev;
char dirname[LIBUSB_PATH_MAX];
struct usb_device *devices; unsigned long location;
struct usb_device *root_dev; };
In windev why to do so?
thanks |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 124 mensajes |
|
| Publicado el 08,junio 2020 - 10:39 |
Hi Tao,
Here's the solution

Enjoy
-- Peter Holemans www.mcs2.eu |
| |
| |
| | | |
|
| | | | |
| | |
|