Is there a way to know if a variable has been declared in C ?

Posted by LB on Stack Overflow See other posts from Stack Overflow or by LB
Published on 2010-04-08T12:50:29Z Indexed on 2010/04/08 12:53 UTC
Read the original article Hit count: 91

Filed under:
|

hi,

I'm implementing some code generators, i would like to know if there's any way in C, if a variable has already been declared ?

I was trying to find something using the preprocessor but without any success...

thanks.

© Stack Overflow or respective owner

Related posts about c

    Related posts about declaration