You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is UB: pointer casts in C are a heavy footgun and non-portable or clunky (must satisfy sufficient storage, padding, alignment) or require memcpy to temporary.
Printing address should work with the typical &string[0] hack.
The text was updated successfully, but these errors were encountered:
This is UB: pointer casts in C are a heavy footgun and non-portable or clunky (must satisfy sufficient storage, padding, alignment) or require memcpy to temporary.
Printing address should work with the typical
&string[0]
hack.The text was updated successfully, but these errors were encountered: