I love functional programming, and I have a strange fascination with plain ol' C. I thought there was no hope for me, but there may be hope yet.
Eh, well, strcat returns the dst so you can do things like strcat(strcat(strcpy(dst, “hello”), “ world”), “!”). That’s what you can do, what you choose to do is a separate matter…
Eh, well, strcat returns the dst so you can do things like strcat(strcat(strcpy(dst, “hello”), “ world”), “!”). That’s what you can do, what you choose to do is a separate matter…