Subversion Repositories Kolibri OS

Rev

Rev 6099 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6099 Rev 6536
Line 187... Line 187...
187
wint_t _EXFUN(getwchar_unlocked, (void));
187
wint_t _EXFUN(getwchar_unlocked, (void));
188
wint_t _EXFUN(putwc_unlocked, (wchar_t, __FILE *));
188
wint_t _EXFUN(putwc_unlocked, (wchar_t, __FILE *));
189
wint_t _EXFUN(putwchar_unlocked, (wchar_t));
189
wint_t _EXFUN(putwchar_unlocked, (wchar_t));
190
#endif
190
#endif
Line -... Line 191...
-
 
191
 
191
 
192
#if __POSIX_VISIBLE >= 200809
-
 
193
__FILE *_EXFUN (open_wmemstream, (wchar_t **, size_t *));
192
__FILE *_EXFUN (open_wmemstream, (wchar_t **, size_t *));
194
#endif
Line 193... Line 195...
193
__FILE *_EXFUN (_open_wmemstream_r, (struct _reent *, wchar_t **, size_t *));
195
__FILE *_EXFUN (_open_wmemstream_r, (struct _reent *, wchar_t **, size_t *));
194
 
196
 
195
#ifndef __VALIST
197
#ifndef __VALIST