nasm/output/outlib.h
H. Peter Anvin 31b707bef0 Move backend-specific code to output/; break out null debug stuff
Move backend-specific code into the output/ directory, and make the
null debugging backend a separate file (it certainly isn't needed for
ndisasm...)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2009-06-27 22:07:33 -07:00

9 lines
147 B
C

#ifndef NASM_OUTLIB_H
#define NASM_OUTLIB_H
#include "nasm.h"
uint64_t realsize(enum out_type type, uint64_t size);
#endif /* NASM_OUTLIB_H */