summaryrefslogtreecommitdiff
path: root/outlib.h
blob: 5057e802531d72d02466b7e5c33b70a0b496ebd5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef NASM_OUTLIB_H
#define NASM_OUTLIB_H

#include "nasm.h"

uint64_t realsize(enum out_type type, uint64_t size);

#endif /* NASM_OUTLIB_H */