Category : Files from Magazines
Archive   : OCT91.ZIP
Filename : 2N10006A
* subsq.c - 32-bit sum-of-squares function.
*
* Assumes ints are 32 bits.
*/
int sumsq(int n)
{
register int i;
register int sum = 0;
for (i = 1; i < n; ++i)
sum += i * i;
return sum;
}
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/