// we use 'int' here to make sure the native code doesn't touch any of the bits // the important part is that our Java code performs argument normalization
EXPORT int test(void (*cb)(int), int x) {
cb(x); // check upcall arg normalization return x; // check return value normalization
}
EXPORT int int_identity(int x) { return x;
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.18 Sekunden
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.