Synopsis:
#include <io.h>
int _os_handle( int handle );
Description:
The _os_handle function takes a POSIX-style file handle specified by handle. It returns the corresponding operating system level handle.
Returns:
The _os_handle function returns the operating system handle that corresponds to the specified POSIX-style file handle.