Searched defs:fwide (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwchar.h954 int __cdecl fwide(FILE *stream,int mode);
963 __CRT_INLINE int __cdecl fwide(FILE *_F,int _M) { (void)_F; return (_M); } function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwchar.h954 int __cdecl fwide(FILE *stream,int mode);
963 __CRT_INLINE int __cdecl fwide(FILE *_F,int _M) { (void)_F; return (_M); } function

Completed in 146 milliseconds