Data update
This commit is contained in:
parent
35bcdeebf8
commit
74c69a0df6
2427 changed files with 31826 additions and 3468 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* chat_server.wren */
|
||||
/* Chat_server.wren */
|
||||
|
||||
class Clients {
|
||||
foreign static max
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* gcc chat_server.c -o chat_server -lpthread -lwren -lm */
|
||||
/* gcc Chat_server.c -o Chat_server -lpthread -lwren -lm */
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
|
|
@ -278,7 +278,7 @@ int main(int argc, char **argv) {
|
|||
config.errorFn = &errorFn;
|
||||
config.bindForeignMethodFn = &bindForeignMethod;
|
||||
const char* module = "main";
|
||||
const char* fileName = "chat_server.wren";
|
||||
const char* fileName = "Chat_server.wren";
|
||||
script = readFile(fileName);
|
||||
|
||||
/* config the VMs and interpret the script */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue