diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/imfort/doc/bfbsiz.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'sys/imfort/doc/bfbsiz.hlp')
-rw-r--r-- | sys/imfort/doc/bfbsiz.hlp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys/imfort/doc/bfbsiz.hlp b/sys/imfort/doc/bfbsiz.hlp new file mode 100644 index 00000000..aeea7912 --- /dev/null +++ b/sys/imfort/doc/bfbsiz.hlp @@ -0,0 +1,22 @@ +.help bfbsiz Sep86 imfort.bfio +.ih +NAME +bfbsiz -- get the buffer size in chars of a binary file +.ih +SYNOPSIS +.nf +integer function bfbsiz (fd) + +integer fd #I BFIO file descriptor of open file +.fi +.ih +DESCRIPTION +The \fIbfbsiz\fR function is used to query the size in SPP char units of +storage of the internal BFIO file buffer. +.ih +RETURN VALUE +The size of the BFIO file buffer in chars is returned as the function value. +.ih +SEE ALSO +bffsiz, bfchan +.endhelp |