bundletype
DirectConsole_T


bundletype DirectConsole_T = { include "${BUILDDIR}/oskit/machine/pc/direct_cons.h"
direct_cons_getchar
direct_cons_putchar
direct_cons_set_flags
direct_cons_trygetchar }

C types:

int direct_cons_putchar(int c);
int direct_cons_getchar(void);
int direct_cons_trygetchar(void);
void direct_cons_set_flags(int flags);

Extended by:

Exported by:
Console, Console_Delta, base_console_w_direct, direct_console, nodirect

Imported by:
MzScheme, select_console


Rendered using Haskell HTML Combinators