jwasm/H/bin.h
2014-06-18 19:16:56 +04:00

18 lines
407 B
C

/****************************************************************************
*
* Description: header for BIN output format
*
****************************************************************************/
#ifndef _BIN_H_INCLUDED_
#define _BIN_H_INCLUDED_
void bin_init( struct module_info * );
#if PE_SUPPORT
void pe_create_PE_header( void );
#endif
#endif // _BIN_H_INCLUDED_