Source position: linklist.pas line 91
function AddNewNode(
var fpclist: pList;
Str: PChar
):pFPCNode;function AddNewNode(
Str: string
):pFPCNode;