getwc(3c) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

getwc(3c)

Standard C Library Functions                                         getwc(3C)



NAME
       getwc - get wide character from a stream

SYNOPSIS
       #include <stdio.h>
       #include <wchar.h>

       wint_t getwc(FILE *stream);

DESCRIPTION
       The  getwc() function is equivalent to fgetwc(3C), except that if it is
       implemented as a macro it may evaluate stream more than  once,  so  the
       argument should never be an expression with side effects.

RETURN VALUES
       Refer to fgetwc(3C).

ERRORS
       Refer to fgetwc(3C).

USAGE
       This  interface  is provided to align with some current implementations
       and with possible future ISO standards.


       Because it may be implemented as a macro, getwc() may treat incorrectly
       a stream argument with side effects. In particular, getwc(*f++) may not
       work as expected. Therefore, use of this function is  not  recommended;
       fgetwc(3C) should be used instead.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ Interface StabilityStandard _ MT-LevelMT-Safe


SEE ALSO
       fgetwc(3C), attributes(7), standards(7)



Oracle Solaris 11.4               24 Jul 2002                        getwc(3C)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3