Posted Aug 10, 2012 11:09 UTC (Fri) by hummassa (subscriber, #307)
In reply to: Day: GNOME OS by jwakely
Parent article: Day: GNOME OS
You can't c-cast from a POD type to another, but you can c-cast from a pointer-to-any-type to another (even if you have to cast to void* in the middle).