16 lines
122 B
C
16 lines
122 B
C
#ifndef _BFD_H
|
|
#define _BFD_H
|
|
|
|
#ifdef __cpluscplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
// TODO
|
|
|
|
#ifdef __cpluscplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|