mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-01-03 04:04:29 +03:00
8 lines
99 B
C
8 lines
99 B
C
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
#include <sys/termios.h>
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|