2 Copyright © 1995-2015, The AROS Development Team. All rights reserved.
14 Printf("Enter a character within 9 seconds:\n");
18 if (WaitForChar(in
, 9000000))
20 FPuts(out
, "WaitForChar: char arrived\n");
21 Read(in
, &ch
, 1); /* Flush the character */
24 FPuts(out
, "WaitForChar: timeout\n");