2
0

uunit3c.pp 84 B

12345678910
  1. unit uunit3c;
  2. interface
  3. type
  4. tpl = ^longint;
  5. implementation
  6. end.