LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Functions
telnet_console.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void telnet_console_init ()
 
void telnet_console_tx_print (const char *buf, int bc)
 
void telnet_console_close ()
 

Function Documentation

◆ telnet_console_close()

void telnet_console_close ( )

Definition at line 76 of file telnet_console.c.

◆ telnet_console_init()

void telnet_console_init ( void  )

==========================================================================

Definition at line 57 of file telnet_console.c.

◆ telnet_console_tx_print()

void telnet_console_tx_print ( const char *  buf,
int  bc 
)

Definition at line 85 of file telnet_console.c.