fpc/tests/tbs0003.pp
1998-10-28 09:52:26 +00:00

19 lines
201 B
ObjectPascal

unit tbs0003;
interface
implementation
procedure dump_stack(bp : longint);
function get_next_frame(bp : longint) : longint;
begin
end;
begin
end;
end.