Use c99 struct initialization to avoid memset calls
This is guaranteed less error prone than calling memset and hoping the human gets the argument order correct.
Please register or sign in to comment
This is guaranteed less error prone than calling memset and hoping the human gets the argument order correct.