B
Blei Stift
I want to go through a string table (char **str). Every string in it
has a different size. My idea for getting the size was size =
sizeof(str)/sizeof(str[0]). But this doesn't work.
- Blei Stift
has a different size. My idea for getting the size was size =
sizeof(str)/sizeof(str[0]). But this doesn't work.
- Blei Stift