Changeset 2120 for trunk/src/emx/include/wchar.h
- Timestamp:
- Jul 1, 2005, 1:23:09 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/wchar.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r2119 r2120 110 110 #endif 111 111 112 /** @todo struct __sFILE; */ 112 struct __sFILE; 113 113 struct tm; 114 114 … … 120 120 /** @todo wint_t fputwc(wchar_t, struct __sFILE *); */ 121 121 /** @todo int fputws(const wchar_t * __restrict, struct __sFILE * __restrict); */ 122 /** @todo int fwide(struct __sFILE *, int); */ 122 int fwide(struct __sFILE *, int); 123 123 /** @todo int fwprintf(struct __sFILE * __restrict, const wchar_t * __restrict, ...); */ 124 124 /** @todo int fwscanf(struct __sFILE * __restrict, const wchar_t * __restrict, ...); */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.