mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-16 20:02:35 +03:00
8 lines
99 B
C
8 lines
99 B
C
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
#include <sys/termios.h>
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|