Changeset 0580615 in buchla-68k for libcio/ftell.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/ftell.c

    r46d8069 r0580615  
    1717#endif
    1818
    19 extern  int     _filecl();
     19extern  int     _filecl(struct fcb *fp);
    2020
    2121/*
     
    2525*/
    2626
    27 long
    28 ftell(fp)
    29 register FILE *fp;
     27long ftell(FILE *fp)
    3028{
    3129        register struct fcb *fcp;
Note: See TracChangeset for help on using the changeset viewer.