add include directory

This commit is contained in:
2024-12-17 19:49:16 +02:00
parent f20a1ef1a1
commit 8e2097a08d
8 changed files with 183 additions and 0 deletions

18
include/signal_handler.h Normal file
View File

@@ -0,0 +1,18 @@
//
// Created by lumijiez on 11/16/24.
//
#ifndef SIGNAL_HANDLER_H
#define SIGNAL_HANDLER_H
#include <cmath>
#include <iostream>
#include <csignal>
#include <cstdlib>
#include <stdexcept>
#include <limits>
#include <cstdint>
#include <bits/random.h>
#include <random>
void setupSignalHandlers();
#endif //SIGNAL_HANDLER_H