Category : UNIX Files
Archive   : KC910.ZIP
Filename : INT_SIZE.C

 
Output of file : INT_SIZE.C contained in archive : KC910.ZIP
/*
** int_size: program to calculate the bit-size of default integers under the
** current compiler
**
** Filename: int_size.c
** Updated : 9/20/91
*/

/*=[ Include Files ]========================================================*/

#include

/*==========================================================================*/

void main()
{
printf("\nThe bit-size of integers under this compiler is: ");
printf("%d bits.\n\n", (sizeof(int)*8));
exit(0);
}


  3 Responses to “Category : UNIX Files
Archive   : KC910.ZIP
Filename : INT_SIZE.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/