Talk:Strlen
From Wikipedia, the free encyclopedia
There appear to be no html markup tags available that allow inclusion of literally any character. Repeated ' characters accomplish some of this, but this article is still technically incorrect.
jim mcnamara Aug 17 16:18 MDT
- Point to ponder: Should each programming language function have its own article? Deryck C. 18:17, 27 January 2006 (UTC)
[edit] strlen( NULL )
This is invalid, correct? In standard C it will cause undefined behavior, instead of returning 0?