#include /* files2.c 1/24/96 1. Using the Unix command-line facilities as much as you can, what's the easiest way to have a program send output to three different places--the screen, a file, and a different file? Try it. 2. Just for fun, open up /usr/include/ansi/stdio.h and look at the definitions of FILE, stdin, stdout, stderr, NULL, EOF, and putchar. */