void print_help()
{
printf("usage:\n") ;
...
C Using getopt() to parse inp...
by rickross.myopenid.com,
January 24, 2009 21:13,
No refactoring, tagged with input, parse, arguments, getopt
void print_help()
{
printf("usage:\n") ;
...
This is a simple bit of cod...