Prints the specified character to the screen.
#include <screen.h>
int WriteScreenCharacter (
scr_t scrID,
uint32_t line,
uint32_t col,
char character);
(IN) Specifies the screen.
(IN) Specifies the position on the screen by specifying a line number.
(IN) Specifies the position on the screen by specifying a column number.
(IN) Specifies the character to print to the screen.
If successful, returns 0.