mirror of
https://github.com/janet-lang/janet
synced 2025-11-24 03:04:49 +00:00
Begin net/ module in core.
Humble beginnings.
This commit is contained in:
@@ -126,5 +126,8 @@ void janet_lib_inttypes(JanetTable *env);
|
||||
#ifdef JANET_THREADS
|
||||
void janet_lib_thread(JanetTable *env);
|
||||
#endif
|
||||
#ifdef JANET_NET
|
||||
void janet_lib_net(JanetTable *env);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user