On Thu, 19 Jun 2014, Ted Unangst wrote: > Always explicitly compare memcmp with 0. I find this adds clarity.
If you don't care which way a different comparison points, then why not use bcmp?
On Thu, 19 Jun 2014, Ted Unangst wrote: > Always explicitly compare memcmp with 0. I find this adds clarity.
If you don't care which way a different comparison points, then why not use bcmp?