diff options
Diffstat (limited to 'include/u8c/vfmt.h')
-rw-r--r-- | include/u8c/vfmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u8c/vfmt.h b/include/u8c/vfmt.h index 60e744e..dc29311 100644 --- a/include/u8c/vfmt.h +++ b/include/u8c/vfmt.h @@ -22,7 +22,7 @@ # if defined(__cplusplus) extern "C" { # endif -extern uint_least8_t u8c_vfmt(size_t * const restrict sz,uint_least32_t * restrict * const restrict out,uint_least32_t * const restrict in,va_list args); +extern uint_least8_t u8c_vfmt(size_t * const sz,uint_least32_t * * const out,uint_least32_t * const in,va_list args); # if defined(__cplusplus) } # endif |