DWC_ReportFriendData

C Specification

#include <dwc.h>

void DWC_ReportFriendData( const DWCUserData* userdata,
                           const DWCFriendData* frienddata );

Description

This function uses OS_TPrint to display the friend data specified by frienddata. (for debugging)

This function is for debugging, but it also works with the libraries of the final version of the ROM (FINALROM).

Arguments

userdata Pointer to the DWCUserData structure where the user data is stored.
frienddata Pointer to the buffer for the DWCFriendData structure that stores the friend data.

Return Values

None.

See Also

DWC_ReportUserData

Revision History

12/16/2005 Fixed typo in argument desription.
10/20/2005 Initial version.