Command-line argument parsing: Difference between revisions

Content deleted Content added
C: getopt
Line 17:
}
</syntaxhighlight>
C also has functions called [[getopt]] and getopt_long.
 
===Java===