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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwide.c 1 /* $OpenBSD: fwide.c,v 1.4 2009/11/09 00:18:27 kurt Exp $ */
2 /* $NetBSD: fwide.c,v 1.2 2003/01/18 11:29:54 thorpej Exp $ */
37 fwide(FILE *fp, int mode) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 959 __CRT_INLINE int __cdecl fwide(FILE *_F,int _M) { (void)_F; return (_M); } function
    [all...]

Completed in 304 milliseconds