Mono.UnixUtils._isatty C# (CSharp) Method

_isatty() private method

private _isatty ( int fd ) : int
fd int
return int
		extern static int _isatty (int fd);