getopt icon indicating copy to clipboard operation
getopt copied to clipboard

Replace strcmp

Open ullenius opened this issue 2 years ago • 0 comments

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.

ullenius avatar Jul 04 '23 16:07 ullenius