Starterware Console Output

How do I (with starterware) printf to a serial connection? In other word what is the starterware version of printf?

Jack

printf() is a library function of a C compiler, so it depends of the (GNU?) C compiler and the asociated libraries.

printf is not a GCC function. It is in libc