Category : Recently Uploaded Files
Archive   : MSQ320.ZIP
Filename : MCOMPILE.H

 
Output of file : MCOMPILE.H contained in archive : MSQ320.ZIP
/* mcompile.h
**
** released into the PUBLIC DOMAIN 30 jul 1990 by jim nutt
** Changes released into the PUBLIC DOMAIN 10 jul 1994 by John Dennis
**
** Compiler specific stuff.
*/

#ifndef MCOMPILE_INC
#define MCOMPILE_INC

/*#include */

#ifndef max
# define max(a,b) (((a) > (b)) ? (a) : (b))
#endif

#ifndef min
# define min(a,b) (((a) < (b)) ? (a) : (b))
#endif

#ifndef NDEBUG
# define check(p) printf("%s (%d): %s = %p = %s\n",__FILE__,__LINE__,#p,p,p)
# define checkp(p) printf("%s (%d): %s = %p\n",__FILE__,__LINE__,#p,p)
#else
# define check(p)
# define checkp(p)
#endif

#ifndef FALSE
# define FALSE 0
#endif
#ifndef TRUE
# define TRUE 1
#endif

#define checkmem(x) { if ((x) == NULL) outamemory(); }

#ifdef PATHLEN
# undef PATHLEN
#endif

#endif

/* end of file */


  3 Responses to “Category : Recently Uploaded Files
Archive   : MSQ320.ZIP
Filename : MCOMPILE.H

  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/