summaryrefslogtreecommitdiff
path: root/outlib.h
blob: 03524b974cd5989ac2a3b625e624fe5b6e38813a (plain)
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 */