summaryrefslogtreecommitdiff
path: root/include/u8c/vfmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/u8c/vfmt.h')
-rw-r--r--include/u8c/vfmt.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/include/u8c/vfmt.h b/include/u8c/vfmt.h
index d4ae9b0..8db9e05 100644
--- a/include/u8c/vfmt.h
+++ b/include/u8c/vfmt.h
@@ -17,13 +17,8 @@
# if !defined(u8c_sym_vfmt)
# define u8c_sym_vfmt
# include <stdarg.h>
+# include <stdbool.h>
# include <stddef.h>
-# include <stdint.h>
-# if defined(__cplusplus)
-extern "C" {
-# endif
-extern uint_least8_t u8c_vfmt(size_t * const sz,uint_least32_t const * * const out,uint_least32_t const * const in,va_list args);
-# if defined(__cplusplus)
-}
-# endif
+# include <uchar.h>
+extern bool u8c_vfmt(size_t * const sz,char32_t const * * const out,char32_t const * const in,va_list args);
# endif