home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0400
/
CCE_0423.ZIP
/
CCE_0423.PD
/
INCLUD83.ZOO
/
stab.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-07-20
|
284b
|
23 lines
#ifndef __GNU_STAB__
#define __GNU_STAB__
#ifdef __cplusplus
extern "C" {
#endif
#define __define_stab(NAME, CODE, STRING) NAME=CODE,
enum __stab_debug_code
{
#include "stab.def"
LAST_UNUSED_STAB_CODE
};
#undef __define_stab
#ifdef __cplusplus
}
#endif
#endif /* __GNU_STAB_ */