| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: Doubts about pointers, Walter Roberson |
|---|---|
| Next by Date: | Re: How do linkers work?, jacob navia |
| Previous by Thread: | Re: Doubts about pointers, CBFalconer |
| Next by Thread: | Re: Doubts about pointers, jacob navia |
| Indexes: | [Date] [Thread] [Top] [All Lists] |