Query: fwide
OS: opensolaris
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fwide(3C) Standard C Library Functions fwide(3C)NAMEfwide - set stream orientationSYNOPSIS#include <stdio.h> #include <wchar.h> int fwide(FILE *stream, int mode);DESCRIPTIONThe fwide() function determines the orientation of the stream pointed to by stream. If mode is greater than 0, the function first attempts to make the stream wide-orientated. If mode is less than 0, the function first attempts to make the stream byte-orientated. Otherwise, mode is 0 and the function does not alter the orientation of the stream. If the orientation of the stream has already been determined, fwide() does not change it. Because no return value is reserved to indicate an error, an application wishing to check for error situations should set errno to 0, then call fwide(), then check errno and if it is non-zero, assume an error has occurred.RETURN VALUESThe fwide() function returns a value greater than 0 if, after the call, the stream has wide-orientation, a value less than 0 if the stream has byte-orientation, or 0 if the stream has no orientation.ERRORSThe fwide() function may fail if: EBADF The stream argument is not a valid stream.USAGEA call to fwide() with mode set to 0 can be used to determine the current orientation of a stream.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOattributes(5), standards(5) SunOS 5.11 24 Jul 2002 fwide(3C)
Related Man Pages |
---|
fwide(3p) - centos |
fwide(3) - mojave |
fwide(3) - redhat |
fwide(3) - debian |
fwide(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
change priority of stream |
holodeck10 10_1.4 (Default branch) |
Numbers '09: Setting page orientation |
How to get MD5 from a pipe stream and do not alter it? |
Sleeping Is Batpar |