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

  /src/lib/libc/stdio/
putwchar.c 1 /* $NetBSD: putwchar.c,v 1.4 2005/06/12 05:21:27 lukem Exp $ */
33 __RCSID("$NetBSD: putwchar.c,v 1.4 2005/06/12 05:21:27 lukem Exp $");
40 * A subroutine version of the macro putwchar.
42 #undef putwchar
45 putwchar(wchar_t wc) function in typeref:typename:wint_t
  /src/include/
wchar.h 186 wint_t putwchar(wchar_t);
226 #define putwchar(wc) putwc((wc), stdout) macro

Completed in 65 milliseconds