#include <dwc.h>
void DWC_ReportUserData( const DWCUserData* userdata );
This function uses OS_TPrint
to display the contents of the DWCUserData
structure specifed by userdata
. (for debugging)
This function is for debugging, but it also works with the libraries of the final version of the ROM (FINALROM).
userdata |
Pointer to the DWCUserData structure where the user data is stored. |
None.
12/16/2005 Modified the argument descriptions.
07/22/2005 Initial version.