Menu

#6 #define PRINT(args...) does not work

open
nobody
None
5
2009-04-19
2009-04-19
No

The ... is not supported in mcpp. It works in gcc and IBMs cpp. For more information, see "Macros with a variable number of arguments" at this link. http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gcc/variadic-macros.html

Discussion


Log in to post a comment.