mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 16:54:39 +00:00
13 lines
332 B
C
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
|