Re: Query in C

2005-08-01 Thread r_zaca
Hello Avinash, This is a function that returns a "int value" and allows you to pass as parameters two data types, an "int pointer" and a "foo data". Well, I think it would be helpful. That's it. >Hello Everyone , > > Can anyone of you please tell me.. > > what does exter

Re: Query in C

2005-07-31 Thread Steve Graegert
On 8/1/05, avinash pawar <[EMAIL PROTECTED]> wrote: > Hello Everyone , > > Can anyone of you please tell me.. > > what does extern "C" int func(int *,foo) accomplish ? > When using existing C headers that already conform to ANSI C in C++ they need to be slightly modified to enable prope

Query in C

2005-07-31 Thread avinash pawar
Hello Everyone , Can anyone of you please tell me.. what does extern "C" int func(int *,foo) accomplish ? waiting for your reply. regards, Avinash - To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to [EMAIL PROTECTED] More ma