1.1.0 release

This commit is contained in:
seajee
2025-04-26 01:59:08 +02:00
parent 2813bc77c0
commit 4cfcdeac71
7 changed files with 131 additions and 12 deletions

View File

@@ -4,7 +4,8 @@
#define SOCK_IMPLEMENTATION
#include "sock.h"
int main(void) {
int main(void)
{
char *err = "None";
Sock *sock = sock_create(SOCK_IPV4, SOCK_TCP);