Implemented some basic libc functions and a text console
This commit is contained in:
7
include/socks/console.h
Normal file
7
include/socks/console.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef SOCKS_CONSOLE_H_
|
||||
#define SOCKS_CONSOLE_H_
|
||||
|
||||
extern void console_init(void);
|
||||
extern void console_putchar(int c);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user