m3front/src/builtinTypes/Int.i3


 Copyright (C) 1992, Digital Equipment Corporation           
 All rights reserved.                                        
 See the file COPYRIGHT for a full description.              

File: Int.i3 Last Modified On Thu Jul 27 17:31:44 1989 By muller Modified On Mon Jul 17 17:02:58 1989 By kalsow

INTERFACE Int;

IMPORT Type;

VAR T: Type.T;

PROCEDURE Initialize ();

END Int.

interface Type is in: