Good morning,
I have to convert integer values to array. Previously I used to use itoa().
In xc16 1.24 itoa() was working, but in 1.25 itoa() is unavailiable. So I started using snprintf() instead.
In 1.24 it was ok. In 1.25 it also works, but I ge..
↧