/* reverse.c -- displays a file in reverse order */ #include #include int main(void) { printf("%d\n", BUFSIZ); return 0; }