add a default value to nbreloops
This commit is contained in:
parent
cc743d7848
commit
140cbd47d8
1
essai.c
1
essai.c
@ -156,6 +156,7 @@ int nbreloops;
|
|||||||
printf("\n**** %s **** compiled the %s at %s ***\n",
|
printf("\n**** %s **** compiled the %s at %s ***\n",
|
||||||
argv[0], __DATE__, __TIME__);
|
argv[0], __DATE__, __TIME__);
|
||||||
|
|
||||||
|
nbreloops = 100000;
|
||||||
|
|
||||||
while ((opt = getopt(argc, argv, "d:hn:v")) != -1) {
|
while ((opt = getopt(argc, argv, "d:hn:v")) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
|
Loading…
Reference in New Issue
Block a user