2 * GF-Complete: A Comprehensive Open Source Library for Galois Field Arithmetic
3 * James S. Plank, Ethan L. Miller, Kevin M. Greenan,
4 * Benjamin A. Arnold, John A. Burnum, Adam W. Disney, Allen C. McBride.
8 * Parses argv to figure out the flags and arguments. Creates the gf.
13 #include "gf_complete.h"
15 /* Parses argv starting at "starting".
18 On success, it returns one past the last argument it read in argv. */
20 extern int create_gf_from_argv(gf_t *gf, int w, int argc, char **argv, int starting);