Go to the source code of this file.
Definition at line 4 of file attach_target.c.
{ int c, i = NUM_FLOPS; if (argc > 1) { c = atoi(argv[1]); if (c >= 0) { i = c; } } do_flops(i); exit(0); }