HomeSort by: relevance | last modified time | path
    Searched defs:getwchar (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
getwchar.c 1 /* $NetBSD: getwchar.c,v 1.4 2012/03/15 18:22:30 christos Exp $ */
33 __RCSID("$NetBSD: getwchar.c,v 1.4 2012/03/15 18:22:30 christos Exp $");
40 * A subroutine version of the macro getwchar.
42 #undef getwchar
45 getwchar(void) function in typeref:typename:wint_t
  /src/include/
wchar.h 182 wint_t getwchar(void);
224 #define getwchar() getwc(stdin) macro

Completed in 13 milliseconds