2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
5 POSIX.1-2008 function fileno().
11 /*****************************************************************************
22 Returns the descriptor associated with the stream
25 strem - the stream to get the descriptor from
28 The integer descriptor
41 ******************************************************************************/
43 if (!stream
) /* safety check */