This is an example of how to use the puts RPC call included in NapLink.

It is written to use with Gustavo Scotti's psx2lib-1.0b. Either edit the
Makefile in this directory, or move the entire directory to 
psx2lib-1.0b/ee/samples/npmputs. Either way, run make, and you should get
an npmputs.elf executable. Run that on your PS2 using NapLink, and you should
get the following lines printed:

NapLink EE printf test
ADK / Napalm 2001

Thats all it does, now go code something cool.

This code could easily be integrated into psx2lib; just replace the printf in
psx2lib with the npmPrintf from this example.
