Home | History | Annotate | Download | only in include

Lines Matching defs:fwide

950   int __cdecl fwide(FILE *stream,int mode);
959 __CRT_INLINE int __cdecl fwide(FILE *_F,int _M) { (void)_F; return (_M); }