mirror of
https://github.com/janet-lang/janet
synced 2025-12-13 12:08:07 +00:00
Merge branch 'master' into net
This commit is contained in:
@@ -1323,6 +1323,8 @@ typedef JanetBuildConfig(*JanetModconf)(void);
|
||||
JANET_API JanetModule janet_native(const char *name, JanetString *error);
|
||||
|
||||
/* Marshaling */
|
||||
#define JANET_MARSHAL_UNSAFE 0x20000
|
||||
|
||||
JANET_API void janet_marshal(
|
||||
JanetBuffer *buf,
|
||||
Janet x,
|
||||
|
||||
Reference in New Issue
Block a user