Yep, I misread Tak's post. Had to revert that part. my_strncpy is a bad name for it. Why not just strlcpy and strcasecmp, with conditional definitions?
In any case, Nick had an item to "make it ansi C99". What does that mean, then, if it's not just getting rid of BOOL, TRUE, FALSE?
Also, should get rid of that silly warning about only using declarations at the beginning of code blocks. That is sooo old fashioned.
In any case, Nick had an item to "make it ansi C99". What does that mean, then, if it's not just getting rid of BOOL, TRUE, FALSE?
Also, should get rid of that silly warning about only using declarations at the beginning of code blocks. That is sooo old fashioned.
Comment