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