[TUHS] C++ / Kernel

ron at ronnatalie.com ron at ronnatalie.com
Sat Aug 25 04:38:14 AEST 2018


> >
> > For instance:
> >       int x;
> >       daddr_t* y;
> >
> >      u.b_un.b_words = &x;
> >      y = u.b_un.b_daddr;
> 
> One would typically *not* do this.

One would think not, but the BSD kernel did.   That's the whole point.






More information about the TUHS mailing list