mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
non-working implementation of float and double.toString()
This commit is contained in:
@ -69,3 +69,10 @@ Java_java_lang_System_doMapLibraryName(JNIEnv* e, jclass, jstring name)
|
||||
}
|
||||
return r;
|
||||
}
|
||||
|
||||
extern "C" JNIEXPORT jint JNICALL
|
||||
Java_java_lang_Double_fillBufferWithDouble(JNIEnv *e, jclass me, jdouble val,
|
||||
jbyteArray buffer, jint bufferSize) {
|
||||
if (e or me or val or buffer or bufferSize) return 0;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user