Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gprofng/testsuite/gprofng.display/jsynprog/Intface.java
2023-03-06 14:48:14 +01:00

6 lines
188 B
Java

// Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
public interface Intface {
public int add_int (int scale);
public double add_double (int scale);
}