pcb 4.1.1
An interactive printed circuit board layout editor.

hidinit.h

Go to the documentation of this file.
00001 #ifndef PCB_HID_COMMON_HIDINIT_H
00002 #define PCB_HID_COMMON_HIDINIT_H
00003 
00004 void hid_parse_command_line (int *argc, char ***argv);
00005 
00006 #endif