LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
telnet_console.h
Go to the documentation of this file.
1#ifndef __console_telnet_console_h
2#define __console_telnet_console_h
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
9void telnet_console_tx_print(const char *buf, int bc);
11
12#ifdef __cplusplus
13};
14#endif
15
16#endif
void telnet_console_tx_print(const char *buf, int bc)
void telnet_console_close()
void telnet_console_init()