• pragma for code section
    Dear Sir, for example,I am written the following code in main. #include........ #pragma arm section code="foo" int add1(int x) { return x++; } #pragma arm section codee int main() {unsigned...
  • pragma for code section
    Dear Sir, for example,I am written the following code in main. #include........ #pragma arm section code="foo" int add1(int x) { return x++; } #pragma arm section codee int main() {unsigned...
  • Variable args in macros..
    Hi, I get errors compiling these macros: #define MYMACRO(name, service_name, ...) \ static struct service_name name##_interface = __VA_ARGS__ ; \ struct service name = { NULL, NULL, service_name##_name...
  • var arg, __VA_ARGS__, C99
    hi, i was wondering if anything has changed since nov.2006 in the field of variable arguments in macros. does anybody know something about a support of __VA_ARGS__ in the current c-compiler?...
  • Variable args in macros..
    Hi, I get errors compiling these macros: #define MYMACRO(name, service_name, ...) \ static struct service_name name##_interface = __VA_ARGS__ ; \ struct service name = { NULL, NULL, service_name##_name...