X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=snprintf%2Fvarious.h;h=2a18461b24bf80423640f40e320ef83704a2e734;hb=463011e4be98c30caf7be5185463c732563a860f;hp=dab78edabefe7a4f869dcc37372b02eb90894a22;hpb=bf0d695d692163edb23b8fbbbd976387dfef232d;p=ust.git diff --git a/snprintf/various.h b/snprintf/various.h index dab78ed..2a18461 100644 --- a/snprintf/various.h +++ b/snprintf/various.h @@ -88,4 +88,6 @@ typedef struct __sFILE { extern int ust_safe_fflush(LFILE *fp); extern int ust_safe_vfprintf(LFILE *fp, const char *fmt0, va_list ap); +extern size_t ust_safe_mbrtowc(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps); + #endif /* UST_SNPRINTF_VARIOUS_H */