BGBUFSIZE
static u_char bigrams[BGBUFSIZE + 1] = { 0 };
(void)fgets(bigrams, BGBUFSIZE + 1, fp);
if (fwrite(bigrams, 1, BGBUFSIZE, stdout) != BGBUFSIZE)