> > void * foo(void)
> > {
> > void bar(void)
> > {
> > }
> >
> > return bar;
> > }
> >
> ehemm, what does this code mean ?? In C one cannot declare a function in
> a fucntion ...
This is a gcc extension, RTFM. I haven't seen it being used in the kernel
but glibc does (did?) for sure.
Ralf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/