This repository is not active
Jamie-Rodriguez/C_Command_Line_Args_Processing
Contains two ways to parse command line arguments in C, one uses the getopt_long library (useful, but it is not standard); while the other uses a hash function to check input args. After comparing the two I think that the hash function approach is more succinct and also more robust than getopt.
C