1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-23 02:05:59 +00:00
uemacs/posix.h

12 lines
173 B
C
Raw Normal View History

#ifndef _POSIX_H_
#define _POSIX_H_
void ttopen( void) ;
void ttclose( void) ;
int ttputc( int c) ;
void ttflush( void) ;
int ttgetc( void) ;
int typahead( void) ;
#endif