Files
protohackersc/server00.h

17 lines
210 B
C

//
// Created by Ajurna on 27/07/2025.
//
#ifndef MAIN_H
#define MAIN_H
#endif //MAIN_H
#include <winsock2.h>
#pragma once
struct EchoArgs {
int connection;
SOCKET client;
};
void *echo(void *args);