#ifndef SOCKS_X86_64_CONSOLE_H_ #define SOCKS_X86_64_CONSOLE_H_ extern void ml_console_init(void); extern void ml_console_putchar(int c); #endif