uemacs/posix.h

12 lines
173 B
C

#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