> On Fri, Apr 23, 2010 at 06:53:41PM +0200, Joachim Schipper wrote:
As one person who might possibly care, barely:
NUL is an ASCII character, '\0', used to indicate the end of a
standard C string.
null is an English word, and a null pointer doesn't point to an ASCII
NUL.
compound adjectives like "NUL terminated" get hyphenated before a
noun ("a NUL-terminated string") but not after a verb (e.g., "string foo
is NUL terminated"), according to at least many style guides.
Paul Janzen.