Package haikuvm.pc.tools.haikuc

Examples of haikuvm.pc.tools.haikuc.HaikuJava2H.printf()


                    f.close();
                }
            }
        } else if (!CollectedIncludes.contains(inc)) {
            PrintOnChange arrayh = new HaikuJava2H(new File(HaikuDefs.getProperty("APP_BASE")+"/"+Haikufy.choice("haikuJava")+"/"+include+".h"));
            arrayh.printf("extern const class_t %s__class;\n", array);
            arrayh.close();
           
            PrintOnChange arrayc = new HaikuJava2C(new File(HaikuDefs.getProperty("APP_BASE")+"/"+Haikufy.choice("haikuJava")+"/"+include+".c"));
            if (!singleFile) {
                arrayc.printf("#include \"haikuConfig.h\"\n");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.