HomeSort by relevance Sort by last modified time
    Searched defs:putwchar (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
putwchar.c 1 /* $OpenBSD: putwchar.c,v 1.1 2005/06/17 20:40:32 espie Exp $ */
2 /* $NetBSD: putwchar.c,v 1.3 2003/01/18 11:29:56 thorpej Exp $ */
36 * A subroutine version of the macro putwchar.
38 #undef putwchar macro
41 putwchar(wchar_t wc) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 791 wint_t __cdecl putwchar(wchar_t _Ch);
907 #define putwchar macro
910 __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); } function
    [all...]
wchar.h 639 wint_t __cdecl putwchar(wchar_t _Ch);
754 #define putwchar(_c) fputwc((_c),stdout) macro
757 __CRT_INLINE wint_t __cdecl putwchar(wchar_t _C) {return (fputwc(_C,stdout)); } function
    [all...]

Completed in 85 milliseconds