adb switch to usb

To switch ADB to USB in C language, you can use the following code:

system("adb usb");

This code uses the system() function to execute the command "adb usb", which switches ADB to USB mode.