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
All of the elements of program_options have their flag member set to NULL. Doesn't that mean 0 can never be returned by getopt_long() and rendering "case 0:" in the switch statement unnecessary?
All of the elements of program_options have their flag member set to NULL. Doesn't that mean 0 can never be returned by getopt_long() and rendering "case 0:" in the switch statement unnecessary?