|
|
|
|
|
by viraptor
959 days ago
|
|
It exists, but... throw in some macros or generic cache/storage which is untyped and you end up with a non-trivial version of this: struct GID gid = *(GID*) &some_uid;
Which will compile without issues or warnings by default. No belts or braces in this area. |
|