View on GitHub

MeiYuchen's blog on Git

I am a coder in China, skilled in C language, JavaScript, HTML, CSS, cocos2d-x...

Home git c cocos2dx js common

Announcements About C Language

When you define function macro like IS_FULL(ptr) (!(ptr))

make sure there is not space between L and (, for the reason that you may use the macro like a funtion and do not add a space between function name and (.

comments powered by Disqus