Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
unix.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef __unix__
4 #error "Error, UNIX not defined"
5#endif
6
7#include <unistd.h>
8#include <sys/types.h>
9#include <sys/socket.h>
10#include <sys/wait.h>
11#include <netinet/in.h>
12#include <arpa/inet.h>
13#include <netdb.h>
14#include <fcntl.h>
15#include <errno.h>
16#include <string.h>