[BACK]Return to integer_io.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / System

File: [local] / OpenXM_contrib / PHC / Ada / System / integer_io.ads (download)

Revision 1.1, Sun Oct 29 17:45:34 2000 UTC (23 years, 7 months ago) by maekawa
Branch point for: MAIN

Initial revision

with text_io;        use text_io;

package integer_io is new text_io.integer_io(integer);