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

18 lines
411 B
C

/****************************************************************************
*
* Description: hll constructs .IF, ...
*
****************************************************************************/
#ifndef _HLL_H_
#define _HLL_H_
extern void HllInit( int ); /* reset counter for hll labels */
#if FASTMEM==0
extern void HllFini( void );
#endif
extern void HllCheckOpen( void );
#endif