diff options
Diffstat (limited to 'include/u8c/u32cmp.h')
-rw-r--r-- | include/u8c/u32cmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/u8c/u32cmp.h b/include/u8c/u32cmp.h index aa437f0..5ca3d5d 100644 --- a/include/u8c/u32cmp.h +++ b/include/u8c/u32cmp.h @@ -20,7 +20,7 @@ # if defined(__cplusplus) extern "C" { # endif -extern uint_least8_t u8c_u32cmp(uint_least8_t * const res,uint_least32_t * const lstr,uint_least32_t * const rstr); +extern uint_least8_t u8c_u32cmp(uint_least8_t * const res,uint_least32_t const * const lstr,uint_least32_t const * const rstr); # if defined(__cplusplus) } # endif |