diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/imfort/doc/clrawc.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/imfort/doc/clrawc.hlp')
-rw-r--r-- | sys/imfort/doc/clrawc.hlp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sys/imfort/doc/clrawc.hlp b/sys/imfort/doc/clrawc.hlp new file mode 100644 index 00000000..09b2891d --- /dev/null +++ b/sys/imfort/doc/clrawc.hlp @@ -0,0 +1,35 @@ +.help clrawc Sep86 imfort +.ih +NAME +clrawc -- return the raw command line as a string +.ih +SYNOPSIS +.nf +subroutine clrawc (outstr, ier) + +character*(*) outstr #O receives the command line string +integer ier #O status return +.fi +.ih +DESCRIPTION +The \fIclrawc\fR procedure returns the raw command line as a string, +i.e., all the argument strings are concatenated together with spaces +between successive arguments. +.ih +RETURN VALUE +A status of zero indicates that the task was called with a nonnull command +string. An error status indicates that the program was called without any +arguments. + +IE_GCMDLN: cannot read command line string +.ih +NOTES +Normally it is preferable to use the \fIclarg\fR procedures to decode +and return the values of the individual arguments. Note that decoding +the argument list with a list-directed read against \fIoutstr\fR is in +violation of the Fortran 77 standard, and probably would not work anyhow, +since the string arguments are not quoted. +.ih +SEE ALSO +clnarg, clarg +.endhelp |