All of lore.kernel.org
 help / color / mirror / Atom feed
* why is parameter N increased by 1 ?
@ 2013-04-20  9:03 Toralf Förster
  0 siblings, 0 replies; only message in thread
From: Toralf Förster @ 2013-04-20  9:03 UTC (permalink / raw)
  To: trinity

I'm just curious about this increment in params.c :

                /* Set number of syscalls to do */
                case 'N':
                        syscalls_todo = strtoll(optarg, NULL, 10) + 1;
                        break;

-- 
MfG/Sincerely
Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-20  9:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-20  9:03 why is parameter N increased by 1 ? Toralf Förster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.