qotd/client/client.h
2021-10-15 14:08:44 +02:00

20 lines
266 B
C

//
// Created by k0rb4k on 11/10/2021.
//
#ifndef QOTD_CLIENT_H
#define QOTD_CLIENT_H
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
int tcp();
int udp();
#endif //QOTD_CLIENT_H