C segfault question: if one of two inputs is null, return the other
I have a function that takes two strings and returns another string (if you must know, its my implementation of strjoin).
I have a function that takes two strings and returns another string (if you must know, its my implementation of strjoin).