mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-05-03 18:43:40 +00:00
14 lines
177 B
C
14 lines
177 B
C
#ifndef _TERMIOS_H
|
|
#define _TERMIOS_H
|
|
|
|
#define __USE_MISC 1
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include <sys/termios.h>
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _TERMIOS_H
|