vss_24.0.0_b4d0be7c/tools/gen_ucd/gen_ucd-casing.ads

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
--
--  Copyright (C) 2021, AdaCore
--
--  SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
--

with Ada.Wide_Wide_Text_IO;

package Gen_UCD.Casing is

   procedure Build;

   procedure Generate (File : Ada.Wide_Wide_Text_IO.File_Type);

end Gen_UCD.Casing;