I am trying to write a cat clone to exercise C, I have this code:
#include #define BLOCK_SIZE 512 int main(int argc, const char *argv[]) { if
Try calling fflush(stdout) after the fwrite()
fflush(stdout)
fwrite()