![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Functions | |
| int | udp_cc_initialize (void *flagOut, __OSInterruptHandler handler) |
| int | udp_cc_shutdown (void) |
| int | udp_cc_open (void) |
| int | udp_cc_close (void) |
| int | udp_cc_read (u8 *dest, int size) |
| int | udp_cc_write (const u8 *src, int size) |
| int | udp_cc_peek (void) |
| int | udp_cc_pre_continue (void) |
| int | udp_cc_post_stop (void) |
| int udp_cc_close | ( | void | ) |
| int udp_cc_initialize | ( | void * | flagOut, |
| __OSInterruptHandler | handler ) |
UDP_Stubs.c Description:
| int udp_cc_open | ( | void | ) |
| int udp_cc_peek | ( | void | ) |
| int udp_cc_post_stop | ( | void | ) |
| int udp_cc_pre_continue | ( | void | ) |
| int udp_cc_read | ( | u8 * | dest, |
| int | size ) |
| int udp_cc_shutdown | ( | void | ) |
| int udp_cc_write | ( | const u8 * | src, |
| int | size ) |