j
k
j a
j l
Hi Hans,
On 6/24/19 2:32 PM, Hans Leidekker wrote:
for (i = 1; s[i] != '}'; i++) {} if (s[i] != '}')
for (i = 1; s[i] != '}'; i++) {}
if (s[i] != '}')
This doesn't seem right, if expression will never be true.
Jacek
Back to the thread
Back to the list