この会社辞めようと思ったソースコード

このエントリーをはてなブックマークに追加
53仕様書無しさん
今日見つけた同一プロジェクト内の
別ソースのヘッダです。

#define LOCAL static
#define STT static
#define STAT static
#define VOID void
#define VD void
#define EXTERN extern
#define EXT extern
#define EX extern
#define CONST const
#define CONSTANT const
#define CST const

typedef char SBYTE;
typedef unsigned char BYTE;
typedef unsigned char BT;
typedef unsigned char UBYTE;
typedef unsigned char UCHAR;
typedef unsigned short SHORT;
typedef unsigned short USHORT;
typedef unsigned short SHT;
typedef unsigned int WORD;
typedef unsigned int UWORD;
typedef unsigned int INTEGER;
typedef unsigned int INT;
typedef unsigned long LONG;
typedef unsigned long ULONG;
typedef unsigned long DWORD;
typedef unsigned long LWORD;

typedef unsigned char *P_BYTE;
typedef unsigned int *P_WORD;
typedef unsigned long *P_DWORD;

typedef unsigned char *PBYTE;
typedef unsigned int *PWORD;
typedef unsigned long *PDWORD;

typedef char *P_CHAR;
typedef int *P_INT;
typedef short int *P_SHORT;
typedef long *P_LONG;

typedef char *PCHAR;
typedef int *PINT;
typedef short int *PSHORT;
typedef long *PLONG;

typedef unsigned int *POI;
typedef unsigned int *POINTER;
typedef unsigned int *PT;
typedef unsigned int *P_POINTER;

何考えてるか判らなくて、「これ整理してください」と
依頼したら「なにか問題がありますか」だと!!