objrecord

Output an object file data record.

nothrow @safe @trusted
void
objrecord
(
uint rectyp
,
scope const(char)[] record
)

Parameters

rectyp uint

record type

record const(char)[]

the data

Meta