12.12.2015, 14:10
You want to get the size of it, but it will ALWAYS give the size of the bigger one, you can't get smaller one's size unless you use strlen.
Since EOS is 0 and you don't have 0 in any of those arrays, I think you can use strlen(array[0]), give it a try maybe ?
Since EOS is 0 and you don't have 0 in any of those arrays, I think you can use strlen(array[0]), give it a try maybe ?

