1package Opt77_Pkg is
2
3  procedure Proc (S : String; N : in out Natural; To_Add : out Boolean);
4
5end Opt77_Pkg;
6