1 2 3 4 5 6 7 8 9
#ifndef NASM_OUTLIB_H #define NSAM_OUTLIB_H #include "nasm.h" uint64_t realsize(enum out_type type, uint64_t size); #endif /* LIBOUT_H */