GITLAB
gperson
/
TutoratPersonChemin
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
08e28b8f52da5f5fa028346f8c4495ebaede9892
Authored by
achemin1
2020-11-05 15:17:18 +0100
1 parent
e386a48d
Correction include, ajout main()
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/GetUsbInfos.c
Inline
Side-by-side
src/GetUsbInfos.c
Wrap text
Show/Hide comments
View file @
08e28b8
1
1
#include <stdio.h>
2
-#include <libusb-1.0
>
2
+#include <libusb-1.0
/libusb.h
>
3
3
4
+int main(){
5
+ return 0;
6
+}
4
7
5
8
6
9
...
...