DragonFly BSD
DragonFly submit List (threaded) for 2005-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Cleanup Base: fetch


From: Mads Martin Joergensen <mmj@xxxxxx>
Date: Thu, 06 Jan 2005 11:20:37 +0100

Matthew Dillon wrote:
:Isn't it better to use the '\0' to make it clear it's a character?
:style(9) says this:
:
:     Do not use ! for tests unless it is a boolean, e.g. use
:
:     if (*p == '\0')
:
:     not
:
:     if (!*p)
:
:Of course it ends up being personal preference, but anyway, just curious.

    Something like '\n' at least has some readability value, but
    '\0' doesn't, really.  Or at least, not much.

    I guess it's personal preference, I could go either way but I
    would tend to just use 0.

Would 0 not be 32-bit and '\0' 8-bit?


--
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
 and totally illogical, with just a little bit more effort?"
                                -- A. P. J.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]