I’m trying to add a new option to an already working C program using getopt_long. The option I want to add is -S but every time I try to run the code I get: I simply add a new element to long_options vector concerning the option I want to add in this way: Below there is my code: I tried