comp.lang.c
[Top] [All Lists]

Re: Doubts about pointers

Subject: Re: Doubts about pointers
From: Ian Collins
Date: Thu, 27 Mar 2008 09:20:34 +1300
Newsgroups: comp.lang.c

Simon wrote:
> Hello friends,
> 
> I have a couple of doubts about pointers in C.
> 
> 
> 1) I have a function with prototype is :
> 
>  my_funtion(char far * char);
> 
far and near pointers aren't part of C, they are specific to certain
implementations.  You would be better off asking on a group dedicated to
your compiler.

-- 
Ian Collins.

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy