Advertisement
Javic9

Untitled

May 2nd, 2020
3,551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.15 KB | None | 0 0
  1. with data_types;
  2. use data_types;
  3.  
  4. package IO is
  5.    procedure ReadTemp(T: out Temperatura);
  6.    procedure WriteCau(C: Caudal; i : Integer);
  7. end IO;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement