Category : C Source Code
Archive   : JAZLIB.ZIP
Filename : JZFATEOF.C

 
Output of file : JZFATEOF.C contained in archive : JAZLIB.ZIP
/*
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³jzfateof.c ³
³Determine if at the end of a files cluster chain. ³
³ ³
³ (C) JazSoft Software by Jack A. Zucker (301) 794-5950 ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
*/

jzfateof(fcluster , fbigfat)
unsigned int fcluster;
int fbigfat;
{
int weof;

if (fbigfat)
weof = (fcluster >> 4) == 0xfff && (fcluster & 0xf) >= 8;
else
weof = fcluster >= 0xFF8;

return(weof);
}


  3 Responses to “Category : C Source Code
Archive   : JAZLIB.ZIP
Filename : JZFATEOF.C

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/