mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
Add a few extra wide-character prototypes and the missing typedef locale_t
This commit is contained in:
@ -447,6 +447,11 @@ extern lldiv_t lldiv(long long n,long long d);
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
extern int mbtowc(wchar_t *restrict pwc, const char *restrict s, size_t n);
|
||||
extern int wctomb(char *s, wchar_t wchar);
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
#endif /* __GNUC__ || (__STDC_VERSION__ && __STDC_VERSION__ >= 199901L) */
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user