real PoC of autocode

This commit is contained in:
2025-12-01 18:51:38 +07:00
parent 64a3e637d5
commit adbb2c374b
13 changed files with 520 additions and 76 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
#ifdef __clang__
# define RPC_EXPORT __attribute__((annotate("export")))
#else
# define RPC_EXPORT
#endif