2025-04-27 07:49:33 -04:00

16 lines
397 B
C

/*** bscdump.h
*
* Copyright <C> 1988, Microsoft Corporation
*
* Revision History:
*
* 28-Jul-1989 dw Removed extraneous defs of TRUE, FALSE
* 05-Jul-1989 mt Added the option to list redundant symbols
*
*************************************************************************/
#define BUFLEN 251
#define EXTERNAL near
typedef char flagType;
typedef char buffer[BUFLEN];