diff options
Diffstat (limited to 'txttolit.c')
-rw-r--r-- | txttolit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ int main(void) { u8c_init(); size_t u32sz = SIZE_C(0x0); - uint_least32_t * u32 = U"Hello ðere!"; /* Place string here. */ + uint_least32_t const * u32 = U"Hello ðere!"; /* Place string here. */ u8c_u32sz(&u32sz,u32); printf("Arrray:\n{"); for(size_t n = SIZE_C(0x0);n < u32sz;n += SIZE_C(0x1)) { |