How to test is a string is initialized in c?

Posted by nunos on Stack Overflow See other posts from Stack Overflow or by nunos
Published on 2010-05-18T17:52:58Z Indexed on 2010/05/18 18:30 UTC
Read the original article Hit count: 265

Filed under:
|

Quick and easy C question: char* foo

How can I test if foo hasn't still been assigned a value?

Thanks.

© Stack Overflow or respective owner

Related posts about c

    Related posts about noob