Talk:Signing bug: Difference between revisions
Jump to navigation
Jump to search
New page: "NULL" should be spelled "NUL" in this context. "NULL" in C refers to a special pointer value, while "NUL" is a zero ASCII character value. |
mNo edit summary |
||
Line 1: | Line 1: | ||
"NULL" should be spelled "NUL" in this context. "NULL" in C refers to a special pointer value, while "NUL" is a zero ASCII character value. | "NULL" should be spelled "NUL" in this context. "NULL" in C refers to a special pointer value, while "NUL" is a zero ASCII character value. | ||
: NULL is OK http://en.wikipedia.org/wiki/Null_character --[[User:Pepsiman|Pepsiman]] 09:55, 26 March 2008 (PDT) |
Revision as of 18:55, 26 March 2008
"NULL" should be spelled "NUL" in this context. "NULL" in C refers to a special pointer value, while "NUL" is a zero ASCII character value.
- NULL is OK http://en.wikipedia.org/wiki/Null_character --Pepsiman 09:55, 26 March 2008 (PDT)