What's the regular way of assertion in C?

Posted by Eonil on Stack Overflow See other posts from Stack Overflow or by Eonil
Published on 2010-05-02T08:48:03Z Indexed on 2010/05/02 8:57 UTC
Read the original article Hit count: 199

Filed under:
|
|

I'm using NSAssert macro for Objective-C assertion, and it's the regular way to do this. But it's not work in C functions. What do I should use for this?

© Stack Overflow or respective owner

Related posts about c

    Related posts about regular