2008-10-28 13:19:59 +08:00
|
|
|
#ifndef NASM_OUTLIB_H
|
2008-10-28 14:01:57 +08:00
|
|
|
#define NASM_OUTLIB_H
|
2008-10-28 13:19:59 +08:00
|
|
|
|
|
|
|
#include "nasm.h"
|
|
|
|
|
|
|
|
uint64_t realsize(enum out_type type, uint64_t size);
|
|
|
|
|
2008-10-28 14:01:57 +08:00
|
|
|
#endif /* NASM_OUTLIB_H */
|
2008-10-28 13:19:59 +08:00
|
|
|
|