1package Pack20_Pkg is
2
3   type String_Ptr is access all String;
4
5   procedure Modify (Fixed : in out String_Ptr);
6
7end Pack20_Pkg;
8