Category : C Source Code
Archive   : HEAPMAN.ZIP
Filename : ISEVEN.C
Output of file : ISEVEN.C contained in archive : HEAPMAN.ZIP
IsEven(aValue)
long aValue;
/*
Tests to see if the number is even, and if so it returns a value of
true. Otherwise, it returns a value of false to the calling routine.
calling params:
aValue
return params:
true | false
Author: Byro
Creation: 01/11/91
Modified: 01/14/91
Revision:
*/
{
if ((aValue % 2) == 1)
return(FALSE);
return(TRUE);
}
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
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/