LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   far - is a var? (https://www.linuxquestions.org/questions/linux-networking-3/far-is-a-var-224664/)

jhon 08-31-2004 01:48 AM

far - is a var?
 
Hi,

Do you know how can I transform

struct _WSABUF
{
unsigned long len;
char FAR* far;
}

from windows to UNIX?

I checked out and found out the folowing definition in windows:

#define FAR far,

but I don't know what 'far' means? is it a var type? how can I use it in UNIX?

any help will be appreciated.

J.W. 08-31-2004 02:46 AM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

The twin to this post can be found here Please post any replies to it. This post has been reported for closure.

jhon -- do not post the same question multiple times.

chort 08-31-2004 11:12 AM

Please use the thread in Programming as this is a programming question.


All times are GMT -5. The time now is 01:04 AM.