From 140cbd47d8635e07b50aaf3b54fa9424a19ff57e Mon Sep 17 00:00:00 2001 From: tth Date: Sun, 11 Apr 2021 15:53:52 +0200 Subject: [PATCH] add a default value to nbreloops --- essai.c | 1 + 1 file changed, 1 insertion(+) diff --git a/essai.c b/essai.c index 0875e22..6d9a312 100644 --- a/essai.c +++ b/essai.c @@ -156,6 +156,7 @@ int nbreloops; printf("\n**** %s **** compiled the %s at %s ***\n", argv[0], __DATE__, __TIME__); +nbreloops = 100000; while ((opt = getopt(argc, argv, "d:hn:v")) != -1) { switch (opt) {