Function ctru_sys::FRD_GetMyComment

source ·
pub unsafe extern "C" fn FRD_GetMyComment(
    comment: *mut c_char,
    max_size: usize
) -> Result
Expand description

Gets the current user’s comment on their friend profile.

§Arguments

  • comment - Pointer to write the current user’s comment to.
  • max_size - Max size of the comment.