tests: Fix function signatures

This commit is contained in:
Tibor Nagy
2019-02-20 19:27:18 +01:00
parent 97592716fb
commit ff874c87d7
104 changed files with 119 additions and 126 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <string.h>
#include <stdio.h>
int main(int argc, char* argv[]) {
int main(void) {
printf("%s\n", strstr("In relibc we trust", "rust"));
printf("%s\n", strstr("In relibc we trust", "libc"));
printf("%s\n", strstr("In relibc we trust", "bugs"));