Server: a bit nicer supportlib

This commit is contained in:
2024-10-17 12:44:11 +02:00
parent 7c1cbe3eb6
commit d15ed3ecdd
8 changed files with 94 additions and 13 deletions

View File

@@ -9,10 +9,6 @@
#include "MemoryHelpers.h"
extern "C" {
JNIEXPORT void JNICALL Java_com_usatiuk_dhfs_supportlib_DhfsSupportNative_hello(JNIEnv* env, jclass klass) {
printf("Hello, World!\n");
}
JNIEXPORT jlong JNICALL Java_com_usatiuk_dhfs_supportlib_DhfsSupportNative_allocateUninitializedByteBuffer
(JNIEnv* env, jclass klass, jobjectArray bb, jint size) {
if (size < 0) {