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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getwc.c 1 /* $OpenBSD: getwc.c,v 1.1 2005/06/17 20:40:32 espie Exp $ */
2 /* $NetBSD: getwc.c,v 1.2 2003/01/18 11:29:55 thorpej Exp $ */
36 * A subroutine version of the macro getwc.
38 #undef getwc macro
41 getwc(FILE *fp) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 788 wint_t __cdecl getwc(FILE *_File);
913 #define getwc macro
    [all...]
wchar.h 636 wint_t __cdecl getwc(FILE *_File);
760 #define getwc(_stm) fgetwc(_stm) macro
    [all...]

Completed in 408 milliseconds