Artifact [d2c6405386]
Not logged in

Artifact d2c6405386c62dc37e7b0035395899f86c7c3107:


/* 
 * IntC.java --
 *
 *
 * Copyright (c) 1997 by Sun Microsystems, Inc.
 *
 * See the file "license.terms" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 *
 * RCS: @(#) $Id: IntC.java,v 1.1 1999/05/10 04:09:05 dejong Exp $
 *
 */

package tests.invoke;

interface IntC {
    String getStringC();
}