home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / diverses / jaz / jazlib / jzbigfat.c < prev    next >
Encoding:
Text File  |  1993-03-14  |  142 b   |  7 lines

  1. jzbigfat( fttlsect , fsectsize )
  2. unsigned int fttlsect;
  3. int fsectsize;
  4. {
  5.   return((int) (((long) fttlsect * fsectsize) > 2000000L));
  6. }
  7.