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

13 lines
332 B
C

/****************************************************************************
*
* Description: interface posndir.c - handles ORG, ALIGN, EVEN directives
*
****************************************************************************/
#ifndef _POSNDIR_H_
#define _POSNDIR_H_
extern void AlignCurrOffset( int );
#endif