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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
putwc.c 1 /* $OpenBSD: putwc.c,v 1.1 2005/06/17 20:40:32 espie Exp $ */
2 /* $NetBSD: putwc.c,v 1.3 2003/01/18 11:29:56 thorpej Exp $ */
36 * A subroutine version of the macro putwc.
38 #undef putwc macro
41 putwc(wchar_t wc, FILE *fp) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 790 wint_t __cdecl putwc(wchar_t _Ch,FILE *_File);
914 #define putwc macro
    [all...]
wchar.h 638 wint_t __cdecl putwc(wchar_t _Ch,FILE *_File);
761 #define putwc(_c,_stm) fputwc(_c,_stm) macro
    [all...]

Completed in 270 milliseconds