diff options
Diffstat (limited to 'driver/utils/isMinTTY.h')
-rw-r--r-- | driver/utils/isMinTTY.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/driver/utils/isMinTTY.h b/driver/utils/isMinTTY.h new file mode 100644 index 0000000000..22e9a473cc --- /dev/null +++ b/driver/utils/isMinTTY.h @@ -0,0 +1,8 @@ +#ifndef ISMINTTY_H +#define ISMINTTY_H + +#include <stdbool.h> + +bool isMinTTY(); + +#endif /* ISMINTTY_H */ |