cod3_align_bytes

Word or dword align start of function.

version(COMPILE)
extern (C++) nothrow
void
cod3_align_bytes
(
int seg
,
size_t nbytes
)

Parameters

seg
Type: int

segment to write alignment bytes to

nbytes
Type: size_t

number of alignment bytes to write

Meta