From c149c76ad8b251c45a0e6532850cf5dfd388f55c Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 25 Dec 2025 23:42:59 -0500 Subject: Initial commit --- include/lcq/royaljelly.h | 3 +++ include/lcq/royaljelly/library.h | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 include/lcq/royaljelly.h create mode 100644 include/lcq/royaljelly/library.h (limited to 'include/lcq') diff --git a/include/lcq/royaljelly.h b/include/lcq/royaljelly.h new file mode 100644 index 0000000..862cdc2 --- /dev/null +++ b/include/lcq/royaljelly.h @@ -0,0 +1,3 @@ +#ifndef LCOLONQ_ROYALJELLY_H +#define LCOLONQ_ROYALJELLY_H +#endif diff --git a/include/lcq/royaljelly/library.h b/include/lcq/royaljelly/library.h new file mode 100644 index 0000000..f8fc65d --- /dev/null +++ b/include/lcq/royaljelly/library.h @@ -0,0 +1,8 @@ +#ifndef LCOLONQ_ROYALJELLY_LIBRARY_H +#define LCOLONQ_ROYALJELLY_LIBRARY_H + +#include + +void rj_install_library(pit_runtime *rt); + +#endif -- cgit v1.2.3