Message-Id: <199605092338.TAA14375@eelab.newpaltz.edu> Comments: Authenticated sender is From: "John Fortin" To: djgpp AT delorie DOT com Date: Thu, 9 May 1996 18:35:14 +0000 Subject: something strange with printf #include #include #include #include #include #include #include typedef unsigned char BYTE; typedef unsigned short WORD; typedef unsigned long DWORD; #pragma pack(1) typedef struct { DWORD VESASignature; WORD VESAVersion; DWORD OEMStringPointer; DWORD Capabilities; DWORD VideoModePointer; WORD TotalMemory; BYTE Info[236]; } _VGAInfoBlock; #pragma pack()