git-svn-id: http://moon:8086/svn/software/trunk/libsrc/omf51@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
20 lines
818 B
C
Executable File
20 lines
818 B
C
Executable File
/***************************************************************************/
|
|
/* omf51const.h */
|
|
/***************************************************************************/
|
|
#ifndef OMF51CONST_H
|
|
#define OMF51CONST_H
|
|
|
|
/***************************************************************************/
|
|
/* Constants
|
|
/***************************************************************************/
|
|
extern const char *recTypeTitle[256];
|
|
extern const char *segTypeName[8];
|
|
extern const char *symTypeName[8];
|
|
extern const char *relTypeName[256];
|
|
extern const char *blkTypeName[256];
|
|
extern const char *dbgDefTypeName[256];
|
|
|
|
/***************************************************************************/
|
|
/* Ende
|
|
/***************************************************************************/
|
|
#endif /* OMF51CONST_H */ |