All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* "args..." and "## args" ?
@ 2004-04-29 15:33 Ozgur AKAN
  0 siblings, 0 replies; 2+ messages in thread
From: Ozgur AKAN @ 2004-04-29 15:33 UTC (permalink / raw
  To: netfilter-devel@lists.netfilter.org

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

While I was looking for match info in iptables.c I found 
IPT_MATCH_ITERATE. In ip_tables.h IPT_MATCH_ITERATE is defined but there 
are two lines which I can  not understand!

#define IPT_MATCH_ITERATE(e, fn, args...)
....
....
    __ret = fn(__match , ## args);

Can you please tell me abour "args..." and "## args" notation?

thanks,

-- 
Ozgur Akan


[-- Attachment #2: Type: text/html, Size: 866 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re:  'args...' and '## args' ?
@ 2004-04-30  3:29 Kiran Kumar Immidi
  0 siblings, 0 replies; 2+ messages in thread
From: Kiran Kumar Immidi @ 2004-04-30  3:29 UTC (permalink / raw
  To: 'netfilter-devel

>    __ret = fn(__match , ## args);
>Can you please tell me abour "args..." and "## args" notation?

This probably is not the right list for this. Still, check up in info gcc > C
extensions > Variadic macros.


---- Msg sent via Spymac Mail - http://www.spymac.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-30  3:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-30  3:29 'args...' and '## args' ? Kiran Kumar Immidi
  -- strict thread matches above, loose matches on Subject: below --
2004-04-29 15:33 "args..." and "## args" ? Ozgur AKAN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.