Arafangion wrote:
> Roberto C. Sanchez wrote:
>
>
>>Dirk wrote:
>>
>>
>>
>>>Where do I find an example proxy code in C, with less than 100 lines and
>>>no dependencies?
>>>
>>>
>
> Here's an int proxy:
>
> // .c file
> int f;
> void setTheInt(int foo) {
> f = foo;
> }
> int getTheInt()
Roberto C. Sanchez wrote:
>Dirk wrote:
>
>
>>Where do I find an example proxy code in C, with less than 100 lines and
>>no dependencies?
>>
>>
Here's an int proxy:
// .c file
int f;
void setTheInt(int foo) {
f = foo;
}
int getTheInt() {
return f;
}
// .h file
void setTheInt(int foo)
Dirk wrote:
> Where do I find an example proxy code in C, with less than 100 lines and
> no dependencies?
>
> I mean C. C is nothing different than C.
>
> Thank you!
>
>
Proxy for what?
-Roberto
--
Roberto C. Sanchez
http://familiasanchez.net/~roberto
signature.asc
Description: OpenPGP di
3 matches
Mail list logo