Function SSeg : Longint;
SSeg returns the Stack Segment. This function is only supported for compatibolity reasons, as Sptr returns the correct contents of the stackpointer.
None.
Program Example67; { Program to demonstrate the SSeg function. } Var W : Longint; begin W:=SSeg; end.