Write a printfile program that prints the contents of the file named on its command line. For example, printfile ex3.c will print the contents of the file named ex3.c. If the command line does not have a file name, or if there is any problem reading the file, print a message on stderr and exit.