modified: diffout.py
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / fsize
blobba76bf61c6b9bf7bd1782a0919fb999552d2062b
1 NAME
2     fsize - return the file size
4 SYNOPSIS
5     fsize(fd)
7 TYPES
8     fd          file
10     return      int
12 DESCRIPTION
13     This function returns the number of bytes in a file.  When at
14     the end of file, ftell returns a value which is 1 greater than
15     the file size as reported by fsize.
17 EXAMPLE
18     ; fd = fopen("/etc/motd", "r")
19     ; fsize(fd)
20             784
22 LIMITS
23     fd must be associated with an open file
25 LINK LIBRARY
26     none
28 SEE ALSO
29     errno, fclose, feof, ferror, fflush, fgetc, fgetline, fgets, files, fopen,
30     fprintf, fputc, fputs, fseek, fsize, ftell, isfile, printf, prompt
32 ## Copyright (C) 1999  Landon Curt Noll
34 ## Calc is open software; you can redistribute it and/or modify it under
35 ## the terms of the version 2.1 of the GNU Lesser General Public License
36 ## as published by the Free Software Foundation.
38 ## Calc is distributed in the hope that it will be useful, but WITHOUT
39 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
40 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
41 ## Public License for more details.
43 ## A copy of version 2.1 of the GNU Lesser General Public License is
44 ## distributed with calc under the filename COPYING-LGPL.  You should have
45 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
46 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
48 ## @(#) $Revision: 30.1 $
49 ## @(#) $Id: fsize,v 30.1 2007/03/16 11:10:42 chongo Exp $
50 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fsize,v $
52 ## Under source code control:   1995/03/04 11:33:20
53 ## File existed as early as:    1995
55 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
56 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/