mirror of
https://git.k0rb4k.net/K0RB4K/qotd.git
synced 2026-09-26 21:31:01 +00:00
working udp
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user