15 #define LINK3DS_COMM_PORT 17491
int link3dsConnectToHost(bool redirStdout, bool redirStderr)
Connects to the 3dslink host, setting up an output stream.
struct in_addr __3dslink_host
Address of the host connected through 3dslink.
static int link3dsStdio(void)
Same as link3dsConnectToHost but redirecting both stdout/stderr.
Definition: 3dslink.h:27
static int link3dsStdioForDebug(void)
Same as link3dsConnectToHost but redirecting only stderr.
Definition: 3dslink.h:32