diff options
Diffstat (limited to 'include/u8c/end.h')
-rw-r--r-- | include/u8c/end.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/include/u8c/end.h b/include/u8c/end.h index 1322496..01c8c24 100644 --- a/include/u8c/end.h +++ b/include/u8c/end.h @@ -16,12 +16,6 @@ /* End */ # if !defined(u8c_sym_end) # define u8c_sym_end -# include <stdint.h> -# if defined(__cplusplus) -extern "C" { -# endif -extern uint_least8_t u8c_end(void); -# if defined(__cplusplus) -} -# endif +# include <stdbool.h> +extern bool u8c_end(void); # endif |