Category : Files from Magazines
Archive   : WDAUG92.ZIP
Filename : 3N08057B

 
Output of file : 3N08057B contained in archive : WDAUG92.ZIP

/* main.c */
#include "arraycmp.h" /* from Listing 1 */

arraycmp_declare(double);
arraycmp_declare(int);

void f(), g();

int a[10], b[10];
double x[20], y[20];

int main()
{
if (arraycmp(a, b, 10) == 0)
...
f();
if (arraycmp(x, y, 20) == 0)
...
g();
...
}

/* f.c */
#include "arraycmp.h" /* from Listing 1 */

arraycmp_implement(int);

int m[30], n[30];

void f()
{
while (arraycmp(m, n, 30) != 0)
...
}

/* g.c */
#include "arraycmp.h" /* from Listing 1 */

arraycmp_implement(double);
arraycmp_declare(int);

double u[10], v[10];
int p[40], q[40];

void g()
{
if (arraycmp(u, v, 30) != 0)
...
while (arraycmp(p, q, 40) > 0)
...
}



  3 Responses to “Category : Files from Magazines
Archive   : WDAUG92.ZIP
Filename : 3N08057B

  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/