can somebody give an example for the line:
int len = slen; // Here if slen is too big, it loops backs to 0
can somebody give an example for the line:
what happens if slen is to big? all bits in len are zero? (sorry for this noob question btw, just started with c programming) :)