Keil Logo Arm Logo

C and C++ Libraries and Floating-Point Support Reference

_fisatty()

_fisatty()

Defined in stdio.h, this function determines whether the given stdio stream is attached to a terminal device or a normal file. It calls the _sys_istty() low-level function on the underlying file handle.

This function is not part of the C library standard, but is supported by the ARM C library as an extension.

Show/hideSyntax

int _fisatty(FILE *stream);

The return value indicates the stream destination:

0

A file.

1

A terminal.

Negative

An error.

Show/hideSee also

Tasks

Using ARM C and C++ Libraries and Floating-Point Support:

Reference
Copyright © 2011-2012 ARM. All rights reserved.ARM DUI 0589B
Non-ConfidentialID062912

Keil logo

Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.