Parse command-line arguments: Difference between revisions

Content added Content deleted
Line 58: Line 58:
if(C == "t")
if(C == "t")
tval = Optarg
tval = Optarg
if(C == "t")
if(C == "u")
uval = Optarg
uval = Optarg
}
}