1
0
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:
Calvin Rose
2020-02-01 20:39:54 -06:00
parent 1bdde9c4f7
commit c0d2140d14
9 changed files with 67 additions and 0 deletions

View File

@@ -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