5 lines
61 B
Text
5 lines
61 B
Text
struc link next,data
|
|
{
|
|
.next dd next
|
|
.data dd data
|
|
}
|