Commit Graph

10 Commits

Author SHA1 Message Date
Jacob 8d8568fce1 Fixed compilation issues.
- Removed unused variable argflags.
- Fixed variable name (index_bits -> set_index_bits).
2016-04-27 12:07:51 -04:00
Jacob 0fc77a6828 Moved print_usage and parse_int_arg below main. 2016-04-27 12:03:51 -04:00
Jacob 490d8cafde Restored old method of checking for presence of arguments. 2016-04-27 12:00:34 -04:00
Jacob dc67c24899 New and improved argument parsing with getopt.
Added checking that all arguments were provided.
Switched many variables to use size_t, and int8_t where appropriate.
Moved opening braces on to previous lines, except function braces.
Renamed set_bits to more-accurate index_bits.
2016-04-27 12:00:34 -04:00
Adam Goldsmith 0a660b8939 Convert spaces to tabs 2016-04-26 10:44:50 -04:00
Adam Goldsmith 03d08c71af Move verbose to global VERBOSE 2016-04-26 10:31:37 -04:00
Adam Goldsmith 0b947b701f Improve int argument parsing 2016-04-26 10:22:34 -04:00
Jacob 0a3f87840d Added usage string. 2016-04-26 10:03:04 -04:00
Adam Goldsmith 2a8124df09 Added basic argument parsing 2016-04-25 17:07:24 -04:00
Adam Goldsmith b4e31f122a Initial Commit 2016-04-24 20:07:46 -04:00