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
Defining the string literals as char arrays instead of letting them
decay to pointers allows us to use `sizeof` instead of `strlen()` to get
the length of string literals.
0 commit comments