Browse Source
When using a union of flags and integer value it is safer to initialise the value to 0 rather than memset the flags because the flags may not define all bits in the integer.master
Paul Riseborough
8 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue