nanoFORTH  v2.2
conio.c File Reference
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include <sys/types.h>
#include <sys/time.h>
#include <unistd.h>
#include "conio.h"
Include dependency graph for conio.c:

Functions

static int conio_open (void)
 
static int conio_close (void)
 
int kbhit (void)
 
int getch (void)
 
int putch (int c)
 

Variables

static int init = 0
 
static struct termios tios_org
 

Function Documentation

◆ conio_open()

static int conio_open ( void  )
static

◆ conio_close()

static int conio_close ( void  )
static

◆ kbhit()

int kbhit ( void  )

◆ getch()

int getch ( void  )

◆ putch()

int putch ( int  c)

Variable Documentation

◆ init

int init = 0
static

◆ tios_org

struct termios tios_org
static