gen

Add code to end of linked list. Note that unused operands are garbage. gen1() and gen2() are shortcut routines. Input: c -> linked list that code is to be added to end of cs -> data for the code

version(COMPILE)
extern (C++) nothrow
code*
gen
(
code* c
,
code* cs
)

Return Value

Type: code*

pointer to start of code list

Suggestion Box / Bug Report