home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / piwg / a000106.ada < prev    next >
Encoding:
Text File  |  1988-05-03  |  323 b   |  23 lines

  1. -- This is a procedure that calls the I/O timing procedures once
  2.  
  3. with G000001 ; 
  4. with G000002 ;
  5. with G000003 ;
  6. with G000004 ;
  7. with G000005 ;
  8. with G000006 ;
  9. with G000007 ;
  10.  
  11. procedure A000106 is
  12. begin
  13.  
  14.   G000001 ; 
  15.   G000002 ;
  16.   G000003 ;
  17.   G000004 ;
  18.   G000005 ;
  19.   G000006 ;
  20.   G000007 ;
  21.  
  22. end A000106 ;
  23.