2008-10-27 22:19:59 -07:00
|
|
|
#ifndef NASM_OUTLIB_H
|
2008-10-27 23:01:57 -07:00
|
|
|
#define NASM_OUTLIB_H
|
2008-10-27 22:19:59 -07:00
|
|
|
|
|
|
|
#include "nasm.h"
|
|
|
|
|
|
|
|
uint64_t realsize(enum out_type type, uint64_t size);
|
|
|
|
|
2008-10-27 23:01:57 -07:00
|
|
|
#endif /* NASM_OUTLIB_H */
|
2008-10-27 22:19:59 -07:00
|
|
|
|