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