nasm/outlib.h
H. Peter Anvin 034b009e51 Fix header guards for outlib.h
Fix typo in header guards for outlib.h

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-10-29 23:31:56 -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 */