 RealView Compiler User's Guide |
|
| SYS_ISTTY (0x09)Checks whether a file is connected to an interactive device. On entry, r1 contains a pointer to a one‑word argument block: - word 1
A handle for a previously opened file object.
On exit, r0 contains: 1 if the handle identifies an interactive device 0 if the handle identifies a file a value other than 1 or 0 if an error occurs.
|
|