PowerShell/impl/terminal.h
2015-07-07 18:04:23 -07:00

12 lines
122 B
C

#pragma once
#include "pal.h"
PAL_BEGIN_EXTERNC
INT32 GetTerminalWidth();
INT32 GetTerminalHeight();
PAL_END_EXTERNC