![JAR search and dependency download from the Maven repository](/logo.png)
gen.lib.cgraph.agerror__c Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-mit Show documentation
Show all versions of plantuml-mit Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package gen.lib.cgraph;
import static smetana.core.Macro.UNSUPPORTED;
import gen.annotation.Original;
import gen.annotation.Unused;
import smetana.core.CFunction;
import smetana.core.CFunctionAbstract;
import smetana.core.Globals;
public class agerror__c {
public static CFunction agerrorf = new CFunctionAbstract("agerrorf") {
public Object exe(Globals zz, Object... args) {
return agerrorf(args);
}};
@Unused
@Original(version="2.38.0", path="lib/cgraph/agerror.c", name="agerrorf", key="7e34h9jajkjs3ho44gntjj2j7", definition="void agerrorf(const char *fmt, ...)")
public static Object agerrorf(Object... arg_) {
UNSUPPORTED("6x8x6k3hp05ros0ch1hlv6581"); // void agerrorf(const char *fmt, ...)
UNSUPPORTED("erg9i1970wdri39osu8hx2a6e"); // {
UNSUPPORTED("e0w8vmmpk3wfxblsmz0uoazgs"); // va_list args;
UNSUPPORTED("4k15snpcm2gg90dw68lllbtzl"); // va_start(args, fmt);
UNSUPPORTED("30oktqf2os0275j4d3su6q4l"); // agerr_va(AGERR, fmt, args);
UNSUPPORTED("c24nfmv9i7o5eoqaymbibp7m7"); // }
throw new UnsupportedOperationException();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy