diff options
Diffstat (limited to 'include/u8c/fmt.h')
-rw-r--r-- | include/u8c/fmt.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/include/u8c/fmt.h b/include/u8c/fmt.h index 61ee8b2..4f7ed1b 100644 --- a/include/u8c/fmt.h +++ b/include/u8c/fmt.h @@ -17,12 +17,6 @@ # if !defined(u8c_sym_fmt) # define u8c_sym_fmt # include <stddef.h> -# include <stdint.h> -# if defined(__cplusplus) -extern "C" { -# endif -extern uint_least8_t u8c_fmt(size_t * const outsz,uint_least32_t const * * const out,uint_least32_t const * const in,...); -# if defined(__cplusplus) -} -# endif +# include <uchar.h> +extern bool u8c_fmt(size_t * const outsz,char32_t const * * const out,char32_t const * const in,...); # endif |