JBFSIZE            53 test/bench/shootout/reverse-complement.c   char *jjj = malloc(JBFSIZE);   // allocate input line buffer
JBFSIZE            60 test/bench/shootout/reverse-complement.c   pj = fgets(jjj,JBFSIZE,stdin);         // fetch 1st line
JBFSIZE            70 test/bench/shootout/reverse-complement.c       pj = fgets(jjj, JBFSIZE, stdin);   // get line from stdin