Ignore:
Timestamp:
Jul 1, 2005, 1:23:09 AM (20 years ago)
Author:
bird
Message:

o Added fwide() (dummy until LIBC07).
o Renamed struct _FILE to struct sFILE to match BSD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/wchar.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r2119 r2120  
    110110#endif
    111111
    112 /** @todo struct __sFILE;  */
     112struct __sFILE;
    113113struct tm;
    114114
     
    120120/** @todo wint_t        fputwc(wchar_t, struct __sFILE *); */
    121121/** @todo int   fputws(const wchar_t * __restrict, struct __sFILE * __restrict); */
    122 /** @todo int   fwide(struct __sFILE *, int); */
     122int     fwide(struct __sFILE *, int);
    123123/** @todo int   fwprintf(struct __sFILE * __restrict, const wchar_t * __restrict, ...); */
    124124/** @todo int   fwscanf(struct __sFILE * __restrict, const wchar_t * __restrict, ...); */
Note: See TracChangeset for help on using the changeset viewer.