#pragma once

/**
 * @file termio.h
 * @brief Historical alternative to `<termios.h>`.
 *
 * New code should use `<termios.h>` directly.
 */

#include <termios.h>