Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasm
[nasm/perl-rewrite.git] / outlib.h
blob5057e802531d72d02466b7e5c33b70a0b496ebd5
1 #ifndef NASM_OUTLIB_H
2 #define NASM_OUTLIB_H
4 #include "nasm.h"
6 uint64_t realsize(enum out_type type, uint64_t size);
8 #endif /* NASM_OUTLIB_H */