DWC_ReportFriendData

Syntax

#include <dwc.h>

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

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.

Description

Outputs the friend data specified by frienddata to the debug console.

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

Revision History

1.4.1
Corrected text that read "outputs with OS_TPrintf".

CONFIDENTIAL