home *** CD-ROM | disk | FTP | other *** search
- #include "libdata.h"
-
- /***********************************************************************/
- /***********************************************************************/
- /***********************************************************************/
- /***********************************************************************/
- /***********************************************************************/
- /***********************************************************************/
- /***********************************************************************/
- /***********************************************************************/
- /***********************************************************************/
-
- void LIB_PPCPrintString(void)
- {
- char *MyString=(char*) REG_A0;
- struct LibBase *MyLibBase=(struct LibBase*) REG_A6;
-
- dprintf("LIB_Test: <%s>\n",
- MyString);
-
- }
-