MsCoffObj_common_block

Output a common block definition.

version(COMPILE)
extern (C++) nothrow @safe @trusted
int
MsCoffObj_common_block
(,
targ_size_t size
,
targ_size_t count
)

Parameters

s Symbol*

Symbol for common block

size targ_size_t

size in bytes of each elem

count targ_size_t

number of elems

Return Value

Type: int

Symbol table index for symbol

Suggestion Box / Bug Report