This function writes character c to P0 which is SFR. An error check is not performed for writing.
To change stdout, replace this function. Note that replacing the putchar function will also change stderr. To change the output destination of stderr to something other than stdout, replace the perror function. |