CAEN Utility  2.0.2
Utilities for CAEN projects
conio.h implementation for Linux

Implementation of "conio.h" for Linux. More...

Macros

#define _getch()   c_getch()
 
#define _kbhit()   c_kbhit()
 

Functions

int c_getch (void)
 
int c_kbhit (void)
 

Detailed Description

Implementation of "conio.h" for Linux.

Precondition
Linux only

Macro Definition Documentation

◆ _getch

#define _getch ( )    c_getch()

Definition at line 239 of file CAENMultiplatform.h.

◆ _kbhit

#define _kbhit ( )    c_kbhit()

Definition at line 240 of file CAENMultiplatform.h.

Function Documentation

◆ c_getch()

int c_getch ( void  )

Definition at line 245 of file CAENMultiplatform.c.

Here is the caller graph for this function:

◆ c_kbhit()

int c_kbhit ( void  )

Definition at line 262 of file CAENMultiplatform.c.

Here is the caller graph for this function: