repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NASM 2.06rc15
[nasm.git]
/
outlib.h
blob
5057e802531d72d02466b7e5c33b70a0b496ebd5
1
#ifndef NASM_OUTLIB_H
2
#define NASM_OUTLIB_H
3
4
#include
"nasm.h"
5
6
uint64_t
realsize
(
enum
out_type type
,
uint64_t
size
);
7
8
#endif
/* NASM_OUTLIB_H */
9