home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c010 / 1.ddi / FLILIB3.ZIP / FLISRC3.ZIP / JTELL.C < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-09  |  124 b   |  10 lines

  1.  
  2. #include "jlib.h"
  3.  
  4. /* return current file position  */
  5. long dos_tell (Jfile f)
  6. {
  7. return(dos_seek (f, 0L, 1) );
  8. }
  9.  
  10.