int main, not void
This commit is contained in:
parent
562502babb
commit
5dfc9e1565
@ -95,7 +95,7 @@ time_t qtime;
|
|||||||
* bound is 10. After every NQUESTS questions, statistics on the performance
|
* bound is 10. After every NQUESTS questions, statistics on the performance
|
||||||
* so far are printed.
|
* so far are printed.
|
||||||
*/
|
*/
|
||||||
void
|
int
|
||||||
main(argc, argv)
|
main(argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
char **argv;
|
char **argv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user