cbc/net/loveruby/cflat/sysdep/Assembler.java

8 lines
224 B
Java

package net.loveruby.cflat.sysdep;
import net.loveruby.cflat.exception.IPCException;
public interface Assembler {
void assemble(String srcPath, String destPath,
AssemblerOptions opts) throws IPCException;
}