FreeBASIC  0.91.0
io_gethnd.c File Reference
#include "../fb.h"
#include "fb_private_console.h"
Include dependency graph for io_gethnd.c:

Go to the source code of this file.

Functions

HANDLE fb_hConsoleGetHandle (int is_input)
 
void fb_hConsoleResetHandles ()
 

Variables

static int is_init = FALSE
 

Function Documentation

HANDLE fb_hConsoleGetHandle ( int  is_input)

Definition at line 8 of file io_gethnd.c.

Here is the caller graph for this function:

void fb_hConsoleResetHandles ( void  )

Definition at line 35 of file io_gethnd.c.

Here is the caller graph for this function:

Variable Documentation

int is_init = FALSE
static

Definition at line 6 of file io_gethnd.c.