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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getwchar.c 1 /* $OpenBSD: getwchar.c,v 1.1 2005/06/17 20:40:32 espie Exp $ */
2 /* $NetBSD: getwchar.c,v 1.2 2003/01/18 11:29:55 thorpej Exp $ */
36 * A subroutine version of the macro getwchar.
38 #undef getwchar macro
41 getwchar() function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 789 wint_t __cdecl getwchar(void);
906 #define getwchar macro
909 __CRT_INLINE wint_t __cdecl getwchar() {return (fgetwc(stdin)); } function
    [all...]
wchar.h 637 wint_t __cdecl getwchar(void);
753 #define getwchar() fgetwc(stdin) macro
756 __CRT_INLINE wint_t __cdecl getwchar() {return (fgetwc(stdin)); } function
    [all...]

Completed in 261 milliseconds