Category : C Source Code
Archive   : PUBWIW_C.ZIP
Filename : LOCAL.H

 
Output of file : LOCAL.H contained in archive : PUBWIW_C.ZIP
/*--------------------------------------*
* Small attempt at portable header *
*--------------------------------------*

#ifndef _LOCAL
#define _LOCAL

#define FAST register /* register variable */
#define PFAST register /* register parameter */
#define EXTERN extern /* External variable */
#define GLOBAL /* */ /* Global variable */
#define LOCAL static /* Local to module */

typedef short WORD;
typedef unsigned short FLAG, INDEX, UWORD;
typedef unsigned int UCOUNT, VRLEN;
typedef char TEXT, BYTE;
typedef int COUNT, BOOL, RNDFILE, COORD;
typedef long LONG, POINTER;

typedef long DATET;
typedef unsigned long ULONG;
typedef unsigned char UTEXT, UBYTE;
typedef char *TEXTPTR;

#define VOID void

#ifdef YES
#undef YES
#endif
#ifdef NO
#undef NO
#endif
#define YES 1 /* "TRUE" */
#define NO 0 /* "FALSE" */

#endif




  3 Responses to “Category : C Source Code
Archive   : PUBWIW_C.ZIP
Filename : LOCAL.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/