Skip to content

getopt() returns int

Robert Schmidt requested to merge getopt-int into develop

See getopt(3): returns int, so store it in an int variable. I went through all occurrences, project-wide. All return values of getopt() should be stored in ints now.

Merge request reports