getopt
getopt copied to clipboard
Replace strcmp
Replace usage of strcmp.
If one replaces strchr (used in one place) string.h can be ditched entirely.
PS: I was inspired by your excellent review of the C standard library
Like ctype.h, string.h is another case where everything is terrible, and some functions are virtually always misused.