This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Possible bug in dbg-threads-syscall.c


In my CVS net source tree, 'dbg_syscall_ptr' is the double pointer to a
function, 'f' is defined as 'dbg_syscall_func', which is a singler pointer
to a function.  I was just expressing curiosity as to what the heck the C
language defines '*f' to be when 'f' is a declared as a (single) pointer to
a function.

--wpd

>
> > I am curious, however, if 'f' is a pointer to a function, what,
> exactly does
> > '*f' mean?
>
> For some reason I'm not entirely sure about, f is a double pointer to a
> function. i.e. a pointer to a pointer to a function.
>
> Jifl


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]