1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
<html>
<head>
<title></title>
<meta name="keywords" content="Fortran, Fortran code, Fortran source code repository, Fortran library, Fortran archive, " />
<meta name="keywords" content="General Purpose Fortran, Fortran modules, Fortran examples " />
<meta name="keywords" content="Fortran Repository" />
<meta name="keywords" content="Fortran Collection" />
<link rel="stylesheet" href="StyleSheets/man.css" type="text/css" title="man" />
<style>
body { background-color:#FFF; color:#333; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; line-height:1.3em; }
a,li span { color:#000; }
a:visited { color:#666; }
a:hover, a.nav:hover, a:hover math { background-color:#000; color:#FFF; }
a.nav,a:link.nav, a:visited.nav { background-color:#FFF; color:#000; }
h1,h2,h3,h4,h5,h6 { color:#333; font-family:georgia, verdana, sans-serif; }
h1 { font-size:200%; line-height: 1.1em;color:#F33}
h2 { font-size:173%; }
h3 { font-size:144%; }
h4 { font-size:120%; }
h5,h6 { font-size:100% }
dt { font-size:108%; color:#00F;line-height: 2em;font-width:boldest;}
table { border:double #000; border-collapse:collapse; }
td { border:thin solid #888; margin: auto; padding: auto; border: auto;}
td { padding-left: 1em; padding-right: 1em;}
li { margin-bottom:0.5em; }
blockquote { display:block; font-size:90%; line-height:1.5em; margin:0 0 1.5em; padding:0 2.5em; }
pre { background-color:#DDD; font-size:90%; overflow:auto; padding:1em; }
xmp { background-color:#DCC; font-size:80%; display: block; font-family: monospace; white-space: pre; margin: 1em 0; }
#Container { margin:0 10px; text-align:center; }
#Content { border-top:none; margin:auto; padding:0.3em; text-align:left; width:100%; max-width:55em; }
span.webName { font-size:.5em; }
textarea#content { font-size: 1em; line-height: 1.125; }
h1#pageName { line-height:1em; margin:0.2em 0 0.2em 0; padding:0; }
.property { color:#666; font-size:80%; }
a.existingWikiWord[title]{ //border: 1px dashed #BBB; }
.byline { color:#666; font-size:.8em; font-style:italic; margin-bottom:1em; padding-top:1px; }
</style>
</head>
<body>
<a href="http://www.urbanjost.altervista.org/LIBRARY/libGPF/GPF.html">[GPF Home Page]</a>
<div id="Container">
<div id="Content">
<h1>M_CLI2 man(3) pages</h1>
<font size=-1>
<script language="JavaScript">
<!---//hide script from old browsers; automatically update modification date
document.write( "<i>Date last updated: " + document.lastModified + "</i>");
//end hiding contents --->
</script>
</font>
<table border="1">
<tr> <th>grouping</th> <th>page</th> <th>description</th> </tr>
<tr><td style="background:#f7f7f9;">ARGUMENTS::M_CLI2::INTRO</td><td><a href="M_CLI2.3m_cli2.html">M_CLI2</a></td><td> command line argument parsing using a prototype command (LICENSE:PD)</td></tr>
<tr><td style="background:#d9ffd5;">ARGUMENTS:M_CLI2</td><td><a href="get_args.3m_cli2.html">get_args</a></td><td> return keyword values when parsing command line arguments (LICENSE:PD)</td></tr>
<tr><td style="background:#d9ffd5;">ARGUMENTS:M_CLI2</td><td><a href="get_args_fixed_length.3m_cli2.html">get_args_fixed_length</a></td><td> return keyword values for fixed-length string when parsing command line (LICENSE:PD)</td></tr>
<tr><td style="background:#d9ffd5;">ARGUMENTS:M_CLI2</td><td><a href="get_args_fixed_size.3m_cli2.html">get_args_fixed_size</a></td><td> return keyword values for fixed-size array when parsing command line arguments (LICENSE:PD)</td></tr>
<tr><td style="background:#d9ffd5;">ARGUMENTS:M_CLI2</td><td><a href="get_subcommand.3m_cli2.html">get_subcommand</a></td><td> special-case routine for handling subcommands on a command line (LICENSE:PD)</td></tr>
<tr><td style="background:#d9ffd5;">ARGUMENTS:M_CLI2</td><td><a href="set_args.3m_cli2.html">set_args</a></td><td> command line argument parsing (LICENSE:PD)</td></tr>
<tr><td style="background:#d9ffd5;">ARGUMENTS:M_CLI2</td><td><a href="set_mode.3m_cli2.html">set_mode</a></td><td> turn on optional modes (LICENSE:PD)</td></tr>
<tr><td style="background:#d9ffd5;">ARGUMENTS:M_CLI2</td><td><a href="specified.3m_cli2.html">specified</a></td><td> return true if keyword was present on command line (LICENSE:PD)</td></tr>
</table>
</div>
</div>
</body>
</html>
|