1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-03 18:43:40 +00:00
Files
amiga-gcc/sys-include/termios.h
2022-12-31 15:57:19 +01:00

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