* @brief Implementation of fputs using the DBGU as the standard output. Required * for printf(). * * @param pStr String to write. * @param pStream Output stream. * * @return Number of characters written if successful, or -1 if the output * stream is not stdout or stderr. */