mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
10 lines
147 B
C
10 lines
147 B
C
#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 */
|
|
|