1 2 3 4 5 6 7 8 9 10 11
with Ada.Command_line; with Ada.Text_IO; package HVInfo_Util is package IO renames Ada.Text_IO; procedure Print_Version; procedure Print_Help; end HVINfo_Util;