home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------*/
- /*----------------------filelength------------------------------*/
- /*DESCRIPTION: Finds the length of a file associated with a */
- /* stream. Does not change the file pointer. */
- /* */
- /*RETURNS: the length of the file associated with the given */
- /* stream or -1L on error. */
- /*USES: nothing */
- /*IN: ffile.c */
- /*--------------------------------------------------------------*/
-
- long ffilelength(FILE *file)