Test use modularized lsparself

This commit is contained in:
LoveSy 2024-06-05 10:29:23 +08:00
parent b1e6d18494
commit c35a50a60f
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 33db514471e1bd2f1cde13b3fdfcba32ee245b53
Subproject commit 73b146d780339e0ec3fc91368828c5f4441761c4

View File

@ -1,10 +1,11 @@
#include <jni.h>
#include <dobby.h>
#include <sys/mman.h>
#include <lsparself.hpp>
#include <string_view>
#include "logging.h"
import lsplant;
import lsparself;
#define _uintval(p) reinterpret_cast<uintptr_t>(p)
#define _ptr(p) reinterpret_cast<void *>(p)