dius 0.1.0
Loading...
Searching...
No Matches
c_definitions.h
Go to the documentation of this file.
1#pragma once
2
3#include <dirent.h>
4#include <errno.h>
5#include <fcntl.h>
6#include <signal.h>
7#include <stdlib.h>
8#include <sys/ioctl.h>
9#include <sys/mman.h>
10#include <sys/socket.h>
11#include <sys/stat.h>
12#include <sys/time.h>
13#include <sys/types.h>
14#include <sys/un.h>
15#include <sys/wait.h>
16#include <termios.h>
17#include <time.h>
18#include <unistd.h>
19
20namespace dius::syscalls {
21using Stat = struct ::stat;
22}
Definition c_definitions.h:20
Definition c_definitions.h:23