LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
libxenon
drivers
console
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
5
extern
"C"
{
6
#endif
7
8
void
telnet_console_init
();
9
void
telnet_console_tx_print
(
const
char
*buf,
int
bc);
10
void
telnet_console_close
();
11
12
#ifdef __cplusplus
13
};
14
#endif
15
16
#endif
telnet_console_tx_print
void telnet_console_tx_print(const char *buf, int bc)
Definition:
telnet_console.c:85
telnet_console_close
void telnet_console_close()
Definition:
telnet_console.c:76
telnet_console_init
void telnet_console_init()
Definition:
telnet_console.c:57
Generated by
1.9.5