This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
qbe-backend
mirror of
git://c9x.me/qbe.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
limit the amount of warnings in prime example
Quentin Carbonneaux
10 years ago
parent
e1609b24e6
commit
e33a10a8a4
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
minic/test/prime.c
+ 2
- 0
minic/test/prime.c
View File
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
main() {
int n;
int t;